File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ x-logging: &default-logging
10
10
max-size : " 1g"
11
11
services :
12
12
elasticsearch :
13
- image : docker.elastic.co/elasticsearch/elasticsearch:8.18.2-f9322a6f -SNAPSHOT
13
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.18.2-6540a94c -SNAPSHOT
14
14
ports :
15
15
- 9200:9200
16
16
healthcheck :
@@ -41,7 +41,7 @@ services:
41
41
logging : *default-logging
42
42
43
43
kibana :
44
- image : docker.elastic.co/kibana/kibana:8.18.2-f9322a6f -SNAPSHOT
44
+ image : docker.elastic.co/kibana/kibana:8.18.2-6540a94c -SNAPSHOT
45
45
ports :
46
46
- 5601:5601
47
47
healthcheck :
@@ -60,7 +60,7 @@ services:
60
60
logging : *default-logging
61
61
62
62
metricbeat :
63
- image : docker.elastic.co/beats/metricbeat:8.18.2-f9322a6f -SNAPSHOT
63
+ image : docker.elastic.co/beats/metricbeat:8.18.2-6540a94c -SNAPSHOT
64
64
environment :
65
65
ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
66
66
ELASTICSEARCH_USERNAME : " ${KIBANA_ES_USER:-admin}"
You can’t perform that action at this time.
0 commit comments