Skip to content

Commit c8f2122

Browse files
apmmachineapmmachine
andauthored
[Automation] Update elastic stack version to 7.16.0-c3b80e7b for testing (#27563)
Co-authored-by: apmmachine <[email protected]>
1 parent 4a83746 commit c8f2122

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-oss:7.16.0-ab6de48d-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.16.0-c3b80e7b-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.16.0-ab6de48d-SNAPSHOT
20+
image: docker.elastic.co/logstash/logstash-oss:7.16.0-c3b80e7b-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.16.0-ab6de48d-SNAPSHOT
30+
image: docker.elastic.co/kibana/kibana-oss:7.16.0-c3b80e7b-SNAPSHOT
3131
healthcheck:
3232
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"]
3333
retries: 600

testing/environments/snapshot.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:7.16.0-ab6de48d-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.0-c3b80e7b-SNAPSHOT
77
healthcheck:
88
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99
retries: 300
@@ -20,7 +20,7 @@ services:
2020
- "ingest.geoip.downloader.enabled=false"
2121

2222
logstash:
23-
image: docker.elastic.co/logstash/logstash:7.16.0-ab6de48d-SNAPSHOT
23+
image: docker.elastic.co/logstash/logstash:7.16.0-c3b80e7b-SNAPSHOT
2424
healthcheck:
2525
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2626
retries: 600
@@ -30,7 +30,7 @@ services:
3030
- ./docker/logstash/pki:/etc/pki:ro
3131

3232
kibana:
33-
image: docker.elastic.co/kibana/kibana:7.16.0-ab6de48d-SNAPSHOT
33+
image: docker.elastic.co/kibana/kibana:7.16.0-c3b80e7b-SNAPSHOT
3434
healthcheck:
3535
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"]
3636
retries: 600

0 commit comments

Comments
 (0)