Commit 4708235b authored by Mark Davidson's avatar Mark Davidson Committed by Antoine Cotten

Update to 5.4 (#120)

Includes required change for logstash config and disables the new machine learning functionality in x-pack by default.
parent 18b6fa49
# https://github.com/elastic/elasticsearch-docker
FROM docker.elastic.co/elasticsearch/elasticsearch:5.3.0
FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.0
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu
# https://github.com/elastic/kibana-docker
FROM docker.elastic.co/kibana/kibana:5.3.0
FROM docker.elastic.co/kibana/kibana:5.4.0
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>
# https://github.com/elastic/logstash-docker
FROM docker.elastic.co/logstash/logstash:5.3.0
FROM docker.elastic.co/logstash/logstash:5.4.0
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment