Files
docker-elk/logstash/Dockerfile
Mark Davidson aa06a825eb Update to 5.4 (#120)
Includes required change for logstash config and disables the new machine learning functionality in x-pack by default.
2017-05-08 17:13:05 +02:00

6 lines
192 B
Docker

# https://github.com/elastic/logstash-docker
FROM docker.elastic.co/logstash/logstash:5.4.0
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json