Commit 4be677ef authored by dhutty's avatar dhutty Committed by Antoine Cotten

Update to 5.2.2 (#101)

parent b24adfdd
# https://github.com/elastic/elasticsearch-docker
FROM docker.elastic.co/elasticsearch/elasticsearch:5.2.1
FROM docker.elastic.co/elasticsearch/elasticsearch:5.2.2
# 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.2.1
FROM docker.elastic.co/kibana/kibana:5.2.2
# 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.2.1
FROM docker.elastic.co/logstash/logstash:5.2.2
# 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