logspout
logspout copied to clipboard
Log routing for Docker container logs
I find difficult to understand how logspout is behaving, one important metric for me is the rate of the sent msg per container. So we can identify peaks on the...
Hi, I have set up multiple containers with hostnames like `nginx.myapp.com` and `database.myapp.com`. If I send the logs to Papertrailapp only the first part of the hostname is shown: `nginx`...
Is there a way to include the Docker daemon host name along with the container ID/hostname? SYSLOG_HOSTNAME = `{{.System.Hostname}}-{{.Container.Config.Hostname}})` Does something like this make sense? Are there any other ways...
Logspout version: 3.3-dev (master) Environment: Docker on Debian. --- ### Problem I used logspout to send a log with `raw+tcp`. There is a case where connection is reset (at remote...
Hi, I'm getting this error about missing port even though I am providing port (see 10000 below) ``` $ docker run --name="logspout" \ --volume=/var/run/docker.sock:/var/run/docker.sock \ gliderlabs/logspout \ 'syslog://gray.aggreg.win:10000' # logspout...
We're using Logentries and currently we use the Linux agent to forward specific files to specific log sets. Each file can use a different token, so that works well. My...
It would be nice to be able to pass in an env var like `SYSLOG_ENDPOINT` and have that be used with the syslog command. Example: ``` sudo docker run --name='logspout'...
When logging stack traces or messages with \n character the lines are appearing in loggly as separate logs. I'm considering switching my logs to json which would solve this problem,...
Sumo Logic has a "Hosted Collector" but its via HTTP and not Syslog: https://service.sumologic.com/help/Setting_up_a_Hosted_Collector.htm If its something that Logspout team would consider as PR for the project I wouldn't mind...
I am attempting to use logspout as a base image that I add a few addtional steps to (to install some certs for tls support) here is my Docker file:...