Skip to content

Commit 23f05a0

Browse files
author
apmmachine
committed
[Automation] Update elastic stack version to 8.0.0-943ef2c0 for testing
1 parent 4684ac7 commit 23f05a0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

testing/environments/snapshot-oss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-943ef2c0-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.0.0-SNAPSHOT
24+
image: docker.elastic.co/logstash/logstash-oss:8.0.0-943ef2c0-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.0.0-SNAPSHOT
34+
image: docker.elastic.co/kibana/kibana:8.0.0-943ef2c0-SNAPSHOT
3535
healthcheck:
3636
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"]
3737
retries: 600

testing/environments/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-943ef2c0-SNAPSHOT
77
healthcheck:
88
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99
retries: 300
@@ -34,7 +34,7 @@ services:
3434
- ./docker/logstash/pki:/etc/pki:ro
3535

3636
kibana:
37-
image: docker.elastic.co/kibana/kibana:8.0.0-SNAPSHOT
37+
image: docker.elastic.co/kibana/kibana:8.0.0-943ef2c0-SNAPSHOT
3838
healthcheck:
3939
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"]
4040
retries: 600

0 commit comments

Comments
 (0)