Skip to content

Commit b8cfea6

Browse files
apmmachineapmmachine
andauthored
[Automation] Update elastic stack version to 8.1.0-1f83f9c5 for testing (#29702)
Co-authored-by: apmmachine <[email protected]>
1 parent 827e152 commit b8cfea6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.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

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.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

0 commit comments

Comments
 (0)