From 3ad235c0bd94e4246b40b21e1f780a666b3f8e92 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Wed, 31 Aug 2022 05:14:53 +0000 Subject: [PATCH] [Automation] Update elastic stack version to 8.5.0-fedc3e60 for testing --- testing/environments/snapshot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml index 08d9cc7fdb98..31505d7a57fb 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:8.5.0-440e0896-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:8.5.0-fedc3e60-SNAPSHOT # When extend is used it merges healthcheck.tests, see: # https://github.com/docker/compose/issues/8962 # healthcheck: @@ -31,7 +31,7 @@ services: - "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles" logstash: - image: docker.elastic.co/logstash/logstash:8.5.0-440e0896-SNAPSHOT + image: docker.elastic.co/logstash/logstash:8.5.0-fedc3e60-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -44,7 +44,7 @@ services: - 5055:5055 kibana: - image: docker.elastic.co/kibana/kibana:8.5.0-440e0896-SNAPSHOT + image: docker.elastic.co/kibana/kibana:8.5.0-fedc3e60-SNAPSHOT environment: - "ELASTICSEARCH_USERNAME=kibana_system_user" - "ELASTICSEARCH_PASSWORD=testing"