Skip to content

Commit

Permalink
Update ELK to 7.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
V1D1AN committed Apr 30, 2022
1 parent 3f4d7f0 commit d5baffb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.2"
services:
certificates:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.3
container_name: certificates
volumes:
- certs:/usr/share/elasticsearch/config/certs
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- s1em

es01:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.3
container_name: es01
hostname: es01
restart: always
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
hard: -1

es02:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.3
container_name: es02
hostname: es02
restart: always
Expand Down Expand Up @@ -140,7 +140,7 @@ services:
hard: -1

es03:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.3
container_name: es03
hostname: es03
restart: always
Expand Down Expand Up @@ -179,7 +179,7 @@ services:
hard: -1

filebeat:
image: 'docker.elastic.co/beats/filebeat:7.17.2'
image: 'docker.elastic.co/beats/filebeat:7.17.3'
container_name: filebeat
hostname: filebeat
user: root
Expand Down Expand Up @@ -209,7 +209,7 @@ services:
- s1em

kibana:
image: 'docker.elastic.co/kibana/kibana:7.17.2'
image: 'docker.elastic.co/kibana/kibana:7.17.3'
container_name: kibana
hostname: kibana
restart: always
Expand Down Expand Up @@ -237,7 +237,7 @@ services:
- s1em

auditbeat:
image: 'docker.elastic.co/beats/auditbeat:7.17.2'
image: 'docker.elastic.co/beats/auditbeat:7.17.3'
container_name: auditbeat
hostname: auditbeat
restart: always
Expand All @@ -264,7 +264,7 @@ services:
- s1em

heartbeat:
image: 'docker.elastic.co/beats/heartbeat:7.17.2'
image: 'docker.elastic.co/beats/heartbeat:7.17.3'
container_name: heartbeat
restart: always
hostname: heartbeat
Expand All @@ -282,7 +282,7 @@ services:
- s1em

metricbeat:
image: 'docker.elastic.co/beats/metricbeat:7.17.2'
image: 'docker.elastic.co/beats/metricbeat:7.17.3'
container_name: metricbeat
restart: always
depends_on:
Expand Down Expand Up @@ -313,7 +313,7 @@ services:
max-file: "3"

logstash:
image: 'docker.elastic.co/logstash/logstash:7.17.2'
image: 'docker.elastic.co/logstash/logstash:7.17.3'
container_name: logstash
hostname: logstash
restart: always
Expand Down Expand Up @@ -1329,6 +1329,7 @@ services:
- PUID=1000
- PGID=1000
- TZ=UTC
- INIT_ASSETS=0
labels:
- "traefik.enable=true"
- "traefik.http.routers.homer.rule=PathPrefix(`/`)"
Expand Down

0 comments on commit d5baffb

Please sign in to comment.