logspout icon indicating copy to clipboard operation
logspout copied to clipboard

Log routing for Docker container logs

Results 111 logspout issues
Sort by recently updated
recently updated
newest added

We have an nginx container that accepts hundreds of request per second and logspout is causing our CPU to burst with the stream of logs it produces. We already applied:...

I've got an infrastructure wherein my syslog sink maintains a consistent hostname, but the underlying host/IP is subject to change at-will. Because the syslog adapter simply configures its connection (and...

type: enhancement

we are trying to use logspout in swarm mode, but we are not able to figure out the equivalent of "192.168.10.10" which is used in most of the examples. We...

Is it possible to pass multiple container name patterns on filter.name ?

I am mostly happy with the **LOGSPOUT=ignore** environment variable set per container, but it would be much more useful if that environment variable **could optionally** be set with *ignore* as...

By the document, I know some variables we can use in template string such as - Container.Name - Data - ... Is there a full list of all available variables?

I'm running many instances of the container on many hosts, but on some hosts the memory begins to grow without being freed. Are there any recommendations to resolve this? Thanks!...

status: needs more info
type: support

I'm trying to run the logstash adapter but it doesnt' works. In master is already added in the custom/modules.go. So I just: `docker build -t logspout .` and then run...

We have a number of Docker hosts that may be sending logs to Syslog via logspout. These logs appear in syslog with the Docker host IP as the source. However,...

type: enhancement
status: fix-provided

Hi! I have a docker server for train, and Docker + Kubernetes cluster for PROD. i need send logs from dockers. I try logspout. I use: docker run --name logspout...