This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.7'
2
2
services :
3
3
# The core component
4
4
elasticsearch1 :
5
- image : docker.elastic.co/elasticsearch/elasticsearch:7.8.0
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:7.8.1
6
6
container_name : elasticsearch1
7
7
environment :
8
8
- " ES_JAVA_OPTS=-Xms750M -Xmx750M"
@@ -29,7 +29,7 @@ services:
29
29
30
30
# This is optional, but good to have to perform manual queries and create custom dashboards
31
31
kibana :
32
- image : docker.elastic.co/kibana/kibana:7.8.0
32
+ image : docker.elastic.co/kibana/kibana:7.8.1
33
33
container_name : kibana
34
34
environment :
35
35
SERVER_NAME : localhost
@@ -52,7 +52,7 @@ services:
52
52
53
53
# Supposed to run side-by-side with the API-Gateway to watch the Open-Traffic Event files and send event to Logstash
54
54
filebeat :
55
- image : docker.elastic.co/beats/filebeat:7.8.0
55
+ image : docker.elastic.co/beats/filebeat:7.8.1
56
56
command : --strict.perms=false
57
57
environment :
58
58
- setup.kibana.host=kibana:5601
@@ -70,7 +70,7 @@ services:
70
70
71
71
# Is receiving events from Filebeat and does pre-processing
72
72
logstash :
73
- image : docker.elastic.co/logstash/logstash:7.8.0
73
+ image : docker.elastic.co/logstash/logstash:7.8.1
74
74
links :
75
75
- elasticsearch1
76
76
environment :
You can’t perform that action at this time.
0 commit comments