Skip to content

Commit

Permalink
Update ELK to 7.14.1 and Cortex 3.1.1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
V1D1AN committed Sep 13, 2021
1 parent 51ddda0 commit 1dcae1f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yml
Expand Up @@ -26,7 +26,7 @@ services:

es01:
container_name: es01
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.1
restart: always
environment:
- node.name=es01
Expand Down Expand Up @@ -56,7 +56,7 @@ services:

es02:
container_name: es02
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.1
restart: always
environment:
- node.name=es02
Expand All @@ -81,7 +81,7 @@ services:

es03:
container_name: es03
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.1
restart: always
environment:
- node.name=es03
Expand All @@ -105,13 +105,13 @@ services:
- s1em

wait_until_ready:
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.1
command: /usr/bin/true
depends_on: {"es01": {"condition": "service_healthy"}}


logstash:
image: 'docker.elastic.co/logstash/logstash:7.14.0'
image: 'docker.elastic.co/logstash/logstash:7.14.1'
container_name: logstash
hostname: logstash
restart: always
Expand All @@ -134,7 +134,7 @@ services:
- "5190:5190/udp"

kibana:
image: 'docker.elastic.co/kibana/kibana:7.14.0'
image: 'docker.elastic.co/kibana/kibana:7.14.1'
container_name: kibana
hostname: kibana
restart: always
Expand All @@ -155,7 +155,7 @@ services:
- s1em

auditbeat:
image: 'docker.elastic.co/beats/auditbeat:7.14.0'
image: 'docker.elastic.co/beats/auditbeat:7.14.1'
container_name: auditbeat
hostname: auditbeat
restart: always
Expand All @@ -174,7 +174,7 @@ services:
- s1em

metricbeat:
image: 'docker.elastic.co/beats/metricbeat:7.14.0'
image: 'docker.elastic.co/beats/metricbeat:7.14.1'
container_name: metricbeat
restart: always
depends_on:
Expand All @@ -198,7 +198,7 @@ services:
- certs:/usr/share/certificates:ro

filebeat:
image: 'docker.elastic.co/beats/filebeat:7.14.0'
image: 'docker.elastic.co/beats/filebeat:7.14.1'
container_name: filebeat
hostname: filebeat
restart: always
Expand Down Expand Up @@ -285,7 +285,7 @@ services:
- zeekdata:/pcap

cortex:
image: 'v1d1an/cortex:3.1.1-2'
image: 'v1d1an/cortex:3.1.1-3'
container_name: cortex
hostname: cortex
restart: always
Expand Down

0 comments on commit 1dcae1f

Please sign in to comment.