mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-10 17:00:59 +01:00
Update to v9.2.2
This commit is contained in:
committed by
GitHub
parent
7543ae076e
commit
824b546452
2
.env
2
.env
@@ -1,4 +1,4 @@
|
||||
ELASTIC_VERSION=9.2.1
|
||||
ELASTIC_VERSION=9.2.2
|
||||
|
||||
## Passwords for stack users
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Elastic stack (ELK) on Docker
|
||||
|
||||
[](https://www.elastic.co/blog/category/releases)
|
||||
[](https://www.elastic.co/blog/category/releases)
|
||||
[](https://github.com/deviantony/docker-elk/actions/workflows/ci.yml?query=branch%3Amain)
|
||||
|
||||
Run the latest version of the [Elastic stack][elk-stack] with Docker and Docker Compose.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
# https://www.docker.elastic.co/
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
# Add your elasticsearch plugins setup here
|
||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
# Ensure the 'state' directory exists and is owned by the 'elastic-agent' user,
|
||||
# otherwise mounting a named volume in that location creates a directory owned
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
# https://www.docker.elastic.co/
|
||||
FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
# Add your kibana plugins setup here
|
||||
# Example: RUN kibana-plugin install <name|url>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
# https://www.docker.elastic.co/
|
||||
FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
# Add your logstash plugins setup here
|
||||
# Example: RUN logstash-plugin install logstash-filter-json
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
# https://www.docker.elastic.co/
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.2.1}
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.2.2}
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user