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'
22services :
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 :
You can’t perform that action at this time.
0 commit comments