Logspout collects all Docker logs using the Docker logs API, and forwards them to Logstash without any additional configuration.
In your Logstash pipeline configuration, enable the udp input and set the input codec to json:
input {
udp {
port => 5000
codec => json
}
}
Content type
Image
Digest
Size
10 MB
Last updated
over 8 years ago
docker pull bingozb/logspout