From 21c8fb12ddfc5698195189b571e59c309d10c680 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Thu, 22 Jul 2021 01:49:07 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 7.15.0-192e1003 for testing (#5782) Co-authored-by: apmmachine --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e50a9d9a387..124dbfbd262 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: kibana: { condition: service_healthy } elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-c23a5439-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-192e1003-SNAPSHOT ports: - 9200:9200 healthcheck: @@ -61,7 +61,7 @@ services: - "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles" kibana: - image: docker.elastic.co/kibana/kibana:7.15.0-c23a5439-SNAPSHOT + image: docker.elastic.co/kibana/kibana:7.15.0-192e1003-SNAPSHOT ports: - 5601:5601 healthcheck: @@ -85,7 +85,7 @@ services: package-registry: { condition: service_healthy } fleet-server: - image: docker.elastic.co/beats/elastic-agent:7.15.0-c23a5439-SNAPSHOT + image: docker.elastic.co/beats/elastic-agent:7.15.0-192e1003-SNAPSHOT ports: - 8220:8220 healthcheck: