diff --git a/testing/environments/snapshot-oss.yml b/testing/environments/snapshot-oss.yml index 16ecd44cc5aa..06d27bdeaad9 100644 --- a/testing/environments/snapshot-oss.yml +++ b/testing/environments/snapshot-oss.yml @@ -3,7 +3,7 @@ version: '2.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.15.0-bd471fd6-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.15.0-2cefb6a4-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"] retries: 300 @@ -17,7 +17,7 @@ services: - "indices.id_field_data.enabled=true" logstash: - image: docker.elastic.co/logstash/logstash-oss:7.15.0-bd471fd6-SNAPSHOT + image: docker.elastic.co/logstash/logstash-oss:7.15.0-2cefb6a4-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -27,7 +27,7 @@ services: - ./docker/logstash/pki:/etc/pki:ro kibana: - image: docker.elastic.co/kibana/kibana-oss:7.15.0-bd471fd6-SNAPSHOT + image: docker.elastic.co/kibana/kibana-oss:7.15.0-2cefb6a4-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"] retries: 600 diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml index baa9969e6116..759adc3dcdff 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -3,7 +3,7 @@ version: '2.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-bd471fd6-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-2cefb6a4-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"] retries: 300 @@ -20,7 +20,7 @@ services: - "ingest.geoip.downloader.enabled=false" logstash: - image: docker.elastic.co/logstash/logstash:7.15.0-bd471fd6-SNAPSHOT + image: docker.elastic.co/logstash/logstash:7.15.0-2cefb6a4-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -30,7 +30,7 @@ services: - ./docker/logstash/pki:/etc/pki:ro kibana: - image: docker.elastic.co/kibana/kibana:7.15.0-bd471fd6-SNAPSHOT + image: docker.elastic.co/kibana/kibana:7.15.0-2cefb6a4-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"] retries: 600