From ac239de589a54ac4585b225903ff566b6bda9bf1 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Thu, 12 May 2022 05:25:41 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 7.17.4-6a00b8d7 for testing (#1458) 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 5f44b7099..94c84f252 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=7.17.4-37e626ca-SNAPSHOT +ELASTICSEARCH_VERSION=7.17.4-6a00b8d7-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file