Logstash docker with gelf input for parsing docker logs, especially ads-ee and ingest-manager
7.5K
This docker extends the standard logstash docker from the official repo's with a config file for parsing ADS-EE and Ingest Manager log files.
The configuration is fixed with a GELF input and and export to an ElasticSearch cluster with some filters for ADS-EE and Ingest Manager. The ElasticSearch cluster name is configurable via an environment variable.
Example:
docker run -d --name logstash -e CLUSTER_NAME="logcluster" -p 12201:12201/udp placr/logstash
The default clustername that is used is 'elasticsearch'.
Content type
Image
Digest
sha256:61e58fcbb…
Size
190.8 MB
Last updated
over 8 years ago
docker pull placr/logstash