mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-19 16:49:52 +01:00
Update to 5.4.1 (#129)
This commit is contained in:
committed by
Antoine Cotten
parent
ac945e0c96
commit
a059efccbf
@@ -1,5 +1,5 @@
|
|||||||
# https://github.com/elastic/elasticsearch-docker
|
# https://github.com/elastic/elasticsearch-docker
|
||||||
FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.0
|
FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.1
|
||||||
|
|
||||||
# Add your elasticsearch plugins setup here
|
# Add your elasticsearch plugins setup here
|
||||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# https://github.com/elastic/kibana-docker
|
# https://github.com/elastic/kibana-docker
|
||||||
FROM docker.elastic.co/kibana/kibana:5.4.0
|
FROM docker.elastic.co/kibana/kibana:5.4.1
|
||||||
|
|
||||||
# Add your kibana plugins setup here
|
# Add your kibana plugins setup here
|
||||||
# Example: RUN kibana-plugin install <name|url>
|
# Example: RUN kibana-plugin install <name|url>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# https://github.com/elastic/logstash-docker
|
# https://github.com/elastic/logstash-docker
|
||||||
FROM docker.elastic.co/logstash/logstash:5.4.0
|
FROM docker.elastic.co/logstash/logstash:5.4.1
|
||||||
|
|
||||||
# Add your logstash plugins setup here
|
# Add your logstash plugins setup here
|
||||||
# Example: RUN logstash-plugin install logstash-filter-json
|
# Example: RUN logstash-plugin install logstash-filter-json
|
||||||
|
|||||||
Reference in New Issue
Block a user