File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
version : ' 2.3'
4
4
services :
5
5
elasticsearch :
6
- image : docker.elastic.co/elasticsearch/elasticsearch:7.17.13-ad48da0e -SNAPSHOT
6
+ image : docker.elastic.co/elasticsearch/elasticsearch:7.17.13-1c18dee3 -SNAPSHOT
7
7
healthcheck :
8
8
test : ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
9
9
retries : 300
@@ -22,7 +22,7 @@ services:
22
22
- " ingest.geoip.downloader.enabled=false"
23
23
24
24
logstash :
25
- image : docker.elastic.co/logstash/logstash:7.17.13-ad48da0e -SNAPSHOT
25
+ image : docker.elastic.co/logstash/logstash:7.17.13-1c18dee3 -SNAPSHOT
26
26
healthcheck :
27
27
test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
28
28
retries : 600
@@ -32,7 +32,7 @@ services:
32
32
- ./docker/logstash/pki:/etc/pki:ro
33
33
34
34
kibana :
35
- image : docker.elastic.co/kibana/kibana:7.17.13-ad48da0e -SNAPSHOT
35
+ image : docker.elastic.co/kibana/kibana:7.17.13-1c18dee3 -SNAPSHOT
36
36
healthcheck :
37
37
test : ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
38
38
retries : 600
You can’t perform that action at this time.
0 commit comments