Enable Logstash's Beats input by default

The configuration from the official Docker image includes it by default:
https://github.com/elastic/logstash/blob/7.9/docker/data/logstash/pipeline/default.conf

More information about the Beats input plugin:
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-beats.html
This commit is contained in:
Antoine Cotten
2020-10-18 11:41:53 +02:00
parent 4adbafd19f
commit a4f4e8fd39
4 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ services:
logstash:
image: docker.elastic.co/logstash/logstash:7.9.2
ports:
- "5044:5044"
- "5000:5000"
- "9600:9600"
configs: