-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Who's using Logspout? #202
Comments
Yup - we're using it within our start-up. Nice low overhead API. Watching feature additions closely (DNS TTL and health check in particular!) |
Yep...we (Signiant) are using it on Amazon ECS (with a small fork change) and all of out internal Swarm nodes. Very cool solution. We have one small issue with containers getting disconnected but looks like that was just fixed in master so waiting on the next release. |
Yup being using it for about 2 months now, very easy integration with Kibana. |
Yep, we've been using it to collect all of our logs at a 5-year's in startup and it has been working great until recently, we have noticed that a number of containers seem to arbitrarily stop collecting logs at some point.... |
@326TimesBetter have you resolved your issue with logs stopping? |
Have been using it in production on a fairly large project for close to a year. In one word: indispensable! Using my own fork which fixes duplicate logs on container restart, at least until the PR is merged. Thanks for creating this! |
@markine @326TimesBetter I'm also noticing logs stopping being collected |
This particular issue probably isn't the place to comment on that. If you're seeing an issue in the latest master/stable release, please open up a different issue. On the off-chance that you have a patch for issues, I'd be open to reviewing/merging once multiple users also confirm your patch. If you don't, thats cool too, more information is always better. Thanks for understanding, and hopefully we can square away any issues users have with logspout!
|
@rosskukulinski @326TimesBetter @josegonzalez The fix that has been working for us is here: #204 |
At Blendle, we're using Logspout to route all our Kubernetes-hosted application logs to Papertrail. Works brilliantly, especially with fun little "hacks" like this:
|
Yip, using it with Docker Cloud and Loggly. |
Yup we are using it here at XM, in conjunction with Logentries. |
@JeanMertz I am curious about that monstrous template for syslog_hostname, what does it do? :P |
Haha @itajaja, "monstrous" indeed. Basically, we set the environment variables traverse the array, find a stirng that has the right minimum length, and traverse each character of the string, to verify that it actually reads It gets the job done, and that's what matters in the end 😉 |
Using logspout at GS Shop in our Mesos infrastructure. Logs are shipped to on-prem Logstash and Elasticsearch cluster. |
Using it at healfies.com. GKE environment, sending logs to Papertrail. |
@ardigo I'm sometimes having problems with logspout not working anymore. My use case is the same as yours. I use the following DaemonSet:
After about 10 hours the containers stop sending their logs to papertrail but the pods are still running :( |
@thecodeassassin I'm experiencing the same issue here, but it seems to be intermittent. It seems logspout image has not been updated for a long time, so not seem to be update-related. My DaemonSet is practically the same, except I'm not limiting Any ideas on how to debug are highly appreciated. |
@ardigo @thecodeassassin As I mentioned above: This particular issue probably isn't the place to comment on that. If you're seeing an issue in the latest master/stable release, please open up a different issue. On the off-chance that you have a patch for issues, I'd be open to reviewing/merging once multiple users also confirm your patch. If you don't, thats cool too, more information is always better. Thanks for understanding, and hopefully we can square away any issues users have with logspout!
|
@thecodeassassin came into this while browsing the repo: Will give it a try. |
@ardigo @josegonzalez my apologies. I opened a separate ticket: #298 |
We are using logspout at |
If your company or project is using Logspout or some variation, please list yourself below!
The text was updated successfully, but these errors were encountered: