File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- ELASTIC_VERSION = 7.17.26
1+ ELASTIC_VERSION = 7.17.27
22
33# # Passwords for stack users
44#
Original file line number Diff line number Diff line change 11# Elastic stack (ELK) on Docker
22
3- [ ![ Elastic Stack version] ( https://img.shields.io/badge/Elastic%20Stack-7.17.26 -00bfb3?style=flat&logo=elastic-stack )] ( https://www.elastic.co/blog/category/releases )
3+ [ ![ Elastic Stack version] ( https://img.shields.io/badge/Elastic%20Stack-7.17.27 -00bfb3?style=flat&logo=elastic-stack )] ( https://www.elastic.co/blog/category/releases )
44[ ![ Build Status] ( https://github.com/deviantony/docker-elk/workflows/CI/badge.svg?branch=release-7.x )] ( https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Arelease-7.x )
55[ ![ Join the chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://app.gitter.im/#/room/#deviantony_docker-elk:gitter.im )
66
@@ -268,7 +268,7 @@ Create an index pattern via the Kibana API:
268268```sh
269269curl -XPOST -D- ' http://localhost:5601/api/saved_objects/index-pattern' \
270270 -H ' Content-Type: application/json' \
271- -H ' kbn-version: 7.17.26 ' \
271+ -H ' kbn-version: 7.17.27 ' \
272272 -u elastic:<your generated elastic password> \
273273 -d ' {" attributes" :{" title" :" logstash-*" ," timeFieldName" :" @timestamp" }}'
274274```
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-7.17.26 }
4+ FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-7.17.27 }
55
66# Add your elasticsearch plugins setup here
77# Example: RUN elasticsearch-plugin install analysis-icu
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-7.17.26 }
4+ FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-7.17.27 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-7.17.26 }
3+ FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-7.17.27 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/elastic-agent:${ELASTIC_VERSION:-7.17.26 }
3+ FROM docker.elastic.co/beats/elastic-agent:${ELASTIC_VERSION:-7.17.27 }
44
55# Ensure the 'state' directory exists and is owned by the 'elastic-agent' user,
66# otherwise mounting a named volume in that location creates a directory owned
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-7.17.26 }
3+ FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-7.17.27 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-7.17.26 }
3+ FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-7.17.27 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-7.17.26 }
4+ FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-7.17.27 }
55
66# Add your kibana plugins setup here
77# Example: RUN kibana-plugin install <name|url>
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-7.17.26 }
4+ FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-7.17.27 }
55
66# Add your logstash plugins setup here
77# Example: RUN logstash-plugin install logstash-filter-json
You can’t perform that action at this time.
0 commit comments