File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33version : ' 2.3'
44services :
55 elasticsearch :
6- image : docker.elastic.co/elasticsearch/elasticsearch-oss:7.17.0-e1efbe3a -SNAPSHOT
6+ image : docker.elastic.co/elasticsearch/elasticsearch-oss:7.17.0-1bd58b32 -SNAPSHOT
77 healthcheck :
88 test : ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99 retries : 300
@@ -17,7 +17,7 @@ services:
1717 - " indices.id_field_data.enabled=true"
1818
1919 logstash :
20- image : docker.elastic.co/logstash/logstash-oss:7.17.0-e1efbe3a -SNAPSHOT
20+ image : docker.elastic.co/logstash/logstash-oss:7.17.0-1bd58b32 -SNAPSHOT
2121 healthcheck :
2222 test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2323 retries : 600
@@ -27,7 +27,7 @@ services:
2727 - ./docker/logstash/pki:/etc/pki:ro
2828
2929 kibana :
30- image : docker.elastic.co/kibana/kibana-oss:7.17.0-e1efbe3a -SNAPSHOT
30+ image : docker.elastic.co/kibana/kibana-oss:7.17.0-1bd58b32 -SNAPSHOT
3131 healthcheck :
3232 test : ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
3333 retries : 600
Original file line number Diff line number Diff line change 33version : ' 2.3'
44services :
55 elasticsearch :
6- image : docker.elastic.co/elasticsearch/elasticsearch:7.17.0-e1efbe3a -SNAPSHOT
6+ image : docker.elastic.co/elasticsearch/elasticsearch:7.17.0-1bd58b32 -SNAPSHOT
77 healthcheck :
88 test : ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99 retries : 300
@@ -22,7 +22,7 @@ services:
2222 - " ingest.geoip.downloader.enabled=false"
2323
2424 logstash :
25- image : docker.elastic.co/logstash/logstash:7.17.0-e1efbe3a -SNAPSHOT
25+ image : docker.elastic.co/logstash/logstash:7.17.0-1bd58b32 -SNAPSHOT
2626 healthcheck :
2727 test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2828 retries : 600
@@ -32,7 +32,7 @@ services:
3232 - ./docker/logstash/pki:/etc/pki:ro
3333
3434 kibana :
35- image : docker.elastic.co/kibana/kibana:7.17.0-e1efbe3a -SNAPSHOT
35+ image : docker.elastic.co/kibana/kibana:7.17.0-1bd58b32 -SNAPSHOT
3636 healthcheck :
3737 test : ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
3838 retries : 600
You can’t perform that action at this time.
0 commit comments