Sign inSign up

bingozb/logspout

By bingozb

•Updated over 8 years ago

Log routing for Docker container logs

Image
1

530

bingozb/logspout repository overview

⁠Logspout extension

Logspout collects all Docker logs using the Docker logs API, and forwards them to Logstash without any additional configuration.

⁠Usage

In your Logstash pipeline configuration, enable the udp input and set the input codec to json:

input {
  udp {
    port  => 5000
    codec => json
  }
}

⁠Documentation

https://github.com/looplab/logspout-logstash⁠

Tag summary

Content type

Image

Digest

Size

10 MB

Last updated

over 8 years ago

docker pull bingozb/logspout