Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit a291b56

Browse files
author
Chris Wiechmann
committed
ELK stack updated to version 7.8.1
1 parent c5153fe commit a291b56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22
services:
33
# The core component
44
elasticsearch1:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:7.8.0
5+
image: docker.elastic.co/elasticsearch/elasticsearch:7.8.1
66
container_name: elasticsearch1
77
environment:
88
- "ES_JAVA_OPTS=-Xms750M -Xmx750M"
@@ -29,7 +29,7 @@ services:
2929

3030
# This is optional, but good to have to perform manual queries and create custom dashboards
3131
kibana:
32-
image: docker.elastic.co/kibana/kibana:7.8.0
32+
image: docker.elastic.co/kibana/kibana:7.8.1
3333
container_name: kibana
3434
environment:
3535
SERVER_NAME: localhost
@@ -52,7 +52,7 @@ services:
5252

5353
# Supposed to run side-by-side with the API-Gateway to watch the Open-Traffic Event files and send event to Logstash
5454
filebeat:
55-
image: docker.elastic.co/beats/filebeat:7.8.0
55+
image: docker.elastic.co/beats/filebeat:7.8.1
5656
command: --strict.perms=false
5757
environment:
5858
- setup.kibana.host=kibana:5601
@@ -70,7 +70,7 @@ services:
7070

7171
# Is receiving events from Filebeat and does pre-processing
7272
logstash:
73-
image: docker.elastic.co/logstash/logstash:7.8.0
73+
image: docker.elastic.co/logstash/logstash:7.8.1
7474
links:
7575
- elasticsearch1
7676
environment:

0 commit comments

Comments
 (0)