Skip to content

holmars/local-logspout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Local logspout test setup

We start logspout without any routes, since we don't want to get stdout/stdout from all containers.

To create a route run the following:

curl http://docker:81/routes -X POST \
    -d '{"source": {"filter": "devpi-master"}, "target": {"type": "syslog", "addr": "logstashshipper:5000"}}'

This will route both stdout and stderr from devpi-master to our logstashshippper, which will output the logs to redis.

To list all routes:

curl http://docker:81/routes

See logspout's docs for more information.

Logstash-shipper

Currently we need to include this logstash-shipper to handle the syslog to redis part of the (R)ELK pipeline. Hopefully gliderlabs/logspout#41 will get merged soon.

About

Local logspout test setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published