Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions testing/environments/snapshot-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.16.0-86000c2d-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.16.0-8bf0b9b1-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
retries: 300
Expand All @@ -17,7 +17,7 @@ services:
- "indices.id_field_data.enabled=true"

logstash:
image: docker.elastic.co/logstash/logstash-oss:7.16.0-86000c2d-SNAPSHOT
image: docker.elastic.co/logstash/logstash-oss:7.16.0-8bf0b9b1-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -27,7 +27,7 @@ services:
- ./docker/logstash/pki:/etc/pki:ro

kibana:
image: docker.elastic.co/kibana/kibana-oss:7.16.0-86000c2d-SNAPSHOT
image: docker.elastic.co/kibana/kibana-oss:7.16.0-8bf0b9b1-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
retries: 600
Expand Down
6 changes: 3 additions & 3 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.0-86000c2d-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.0-8bf0b9b1-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
retries: 300
Expand All @@ -24,7 +24,7 @@ services:
- "ingest.geoip.downloader.enabled=false"

logstash:
image: docker.elastic.co/logstash/logstash:7.16.0-86000c2d-SNAPSHOT
image: docker.elastic.co/logstash/logstash:7.16.0-8bf0b9b1-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -34,7 +34,7 @@ services:
- ./docker/logstash/pki:/etc/pki:ro

kibana:
image: docker.elastic.co/kibana/kibana:7.16.0-86000c2d-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.16.0-8bf0b9b1-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
retries: 600
Expand Down