mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-04 20:13:26 +01:00
Includes required change for logstash config and disables the new machine learning functionality in x-pack by default.
6 lines
192 B
Docker
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
|