From d71e6cee5f229d1520cd83b2d5b1a8ec62387ce3 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 4 Jun 2021 05:07:29 +0000 Subject: [PATCH] [Automation] Update elastic stack version to 7.14.0-983e13ea for testing --- testing/environments/snapshot-oss.yml | 6 +++--- testing/environments/snapshot.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/environments/snapshot-oss.yml b/testing/environments/snapshot-oss.yml index b270ee0420e..885d319ac62 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.14.0-62d7f45e-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.14.0-983e13ea-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"] retries: 300 @@ -15,7 +15,7 @@ services: - "http.host=0.0.0.0" logstash: - image: docker.elastic.co/logstash/logstash-oss:7.14.0-62d7f45e-SNAPSHOT + image: docker.elastic.co/logstash/logstash-oss:7.14.0-983e13ea-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -25,7 +25,7 @@ services: - ./docker/logstash/pki:/etc/pki:ro kibana: - image: docker.elastic.co/kibana/kibana-oss:7.14.0-62d7f45e-SNAPSHOT + image: docker.elastic.co/kibana/kibana-oss:7.14.0-983e13ea-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 4013c3c45d6..ef75309d2b2 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.14.0-62d7f45e-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0-983e13ea-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"] retries: 300 @@ -19,7 +19,7 @@ services: - "ingest.geoip.downloader.enabled=false" logstash: - image: docker.elastic.co/logstash/logstash:7.14.0-62d7f45e-SNAPSHOT + image: docker.elastic.co/logstash/logstash:7.14.0-983e13ea-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -29,7 +29,7 @@ services: - ./docker/logstash/pki:/etc/pki:ro kibana: - image: docker.elastic.co/kibana/kibana:7.14.0-62d7f45e-SNAPSHOT + image: docker.elastic.co/kibana/kibana:7.14.0-983e13ea-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"] retries: 600