logspout
logspout copied to clipboard
Log routing for Docker container logs
I really want to use Logspout without having to go to disk for the logs. I thought I needed to fix this on the Docker side, but [the discussion brought...
Hi, I wonder what is the best way to customize logs messages and to include additional information about Docker container from environment variables. I'm working on PaaS solution using Apache...
This is a rebase of https://github.com/progrium/logspout/pull/24. Streams output to redis, appending to a list named after the container. Ideas for improvement or future features: - option to append all logs...
json adapter
This is a generic JSON adapter that _can_ be used with Logstash, but doesn't need to be. Its fields can be configured with environment variables, with minimal default fields enabled,...
While working on creating an adapter, I have it sending all logs to papertrail and my adapter sends certain lines to another service if they contain a specific value. If...
I noticed while trying to create a module that the adapter is getting the logs from the "logspout" container itself. So if I have any log output in the `Stream`...
Would be great to include a small go based syslog server library ( https://github.com/ziutek/syslog ) and allow via options to have logspout listen on udp syslog or unix socket. this...
Good evening there, Firstly, thanks a lot for this version of Logspout container. Logging containers logs output works very well in my infra on ELK. I understood that logspout collect...
Hi - I'm trying to use logspout in conjunction with kubernetes, and there is no problem with logs being picked up and shipped to the syslog, but with the nature...
Hello, Is this project maintened ? If not, it is possible to write it on the README ? Thanks. Regards