From 3985e2a8b8791fddea44b0b3740f26578322ddfd Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:25:49 -0500 Subject: [PATCH] [Automation] Update elastic stack version to 8.0.0-4535d287 for testing (#973) Co-authored-by: apmmachine --- dev-tools/integration/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/integration/.env b/dev-tools/integration/.env index 2dc0122bc..0b7faee04 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.0.0-1e314182-SNAPSHOT +ELASTICSEARCH_VERSION=8.0.0-4535d287-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file