Image based on gliderlabs/logspout optimized for syslog and Tutum
10K+
Image based on gliderlabs/logspout optimized for syslog and Tutum
docker-compose run -d -e HOSTNAME=<YOUR-HOSTNAME> syslogger "<YOUR-URI>"
replacing <YOUR-HOSTNAME> with the name you want it to appear in your managment service and <YOUR-URI> with the URI you will like to send your logs to.
docker-compose run -d -e HOSTNAME=<YOUR-HOSTNAME> syslogger "syslog://<YOUR-PAPERTRAIL-URI>"
replacing <YOUR-PAPERTRAIL-URI> with your own papertrail URI. An example of Papertrail URI can be logs.papertrailapp.com:55555.
docker-compose run -d -e HOSTNAME=<YOUR-HOSTNAME> syslogger "syslog://logs-01.loggly.com:514?structured_data=<YOUR-CUSTOMER-TOKEN>@41058"
replacing <YOUR-CUSTOMER-TOKEN> with the customer token that you can find on "Source Setup"->"Customer Tokens".
Syslogger can ignore specific containers by setting an enviroment variable in the container you want it to ignore.
docker run -d -e 'LOGSPOUT=ignore' <name-image>
Content type
Image
Digest
sha256:8646d9273…
Size
4.5 MB
Last updated
almost 11 years ago
docker pull tutum/syslogger