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

Gentlemen, I started to have issues with format templates after I upgraded docker engine from 1.12 to 1.13. ## Steps to reproducte 1. I run a docker service using following...

type: support
type: upstream issue

HI I have a logsoput folder with all the output and I would like to clean the log in a crontab or a node cron is it possible to do...

How we can grab the hostname of the server on which the container is runnig and send this hostname to the logs agregator: syslog-ng, logstash etc.? Something we got when...

If we run logspout docker container with multiple destination, for example `syslog://10.5.0.13:8514,syslog+udp://10.5.0.13:514` on "docker run" and the first destination not work (in my example - I haven't configured input in...

i've just noticed that when I set max docker log size (to prevent /var/log grow), then logspout stops working after exceeding the limit. This hit me on my production several...

type: bug

I've subscribed to logdna.com and to get my log to there interface, they made me install logspout with this command line : `sudo docker run --name="logdna" --restart=always -d -v=/var/run/docker.sock:/var/run/docker.sock -e...

type: bug

I was not receiving logs from some of my machines and the time at which they stop sending logs are different. sometimes it sends the log of some container on...

The documentation actually is amazing, but for me (maybe for someone else) it's not clear: can I use the rotating logs setup with the logspout? For example, I have the...

I've been evaluating logspout and it has been meeting all my needs until now. I'm able to use filter.labels to only include logs from containers with certain labels. My next...