File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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:8.1.0-c1a942c7 -SNAPSHOT
6+ image : docker.elastic.co/elasticsearch/elasticsearch:8.1.0-1f83f9c5 -SNAPSHOT
77 healthcheck :
88 test : ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99 retries : 300
@@ -21,7 +21,7 @@ services:
2121 - " script.context.template.cache_max_size=2000"
2222
2323 logstash :
24- image : docker.elastic.co/logstash/logstash-oss:8.1.0-c1a942c7 -SNAPSHOT
24+ image : docker.elastic.co/logstash/logstash-oss:8.1.0-1f83f9c5 -SNAPSHOT
2525 healthcheck :
2626 test : ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2727 retries : 600
@@ -31,7 +31,7 @@ services:
3131 - ./docker/logstash/pki:/etc/pki:ro
3232
3333 kibana :
34- image : docker.elastic.co/kibana/kibana:8.1.0-c1a942c7 -SNAPSHOT
34+ image : docker.elastic.co/kibana/kibana:8.1.0-1f83f9c5 -SNAPSHOT
3535 healthcheck :
3636 test : ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
3737 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:8.1.0-c1a942c7 -SNAPSHOT
6+ image : docker.elastic.co/elasticsearch/elasticsearch:8.1.0-1f83f9c5 -SNAPSHOT
77 healthcheck :
88 test : ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99 retries : 300
@@ -37,7 +37,7 @@ services:
3737 - ./docker/logstash/pki:/etc/pki:ro
3838
3939 kibana :
40- image : docker.elastic.co/kibana/kibana:8.1.0-c1a942c7 -SNAPSHOT
40+ image : docker.elastic.co/kibana/kibana:8.1.0-1f83f9c5 -SNAPSHOT
4141 healthcheck :
4242 test : ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
4343 retries : 600
You can’t perform that action at this time.
0 commit comments