From 24f5a29d0ebeb55332e0cca86253f5fb6c60cd9e Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:34:31 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 8.5.0-f8c98e5d for testing (#1994) 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 0115bae2b..821622a80 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.5.0-976bca07-SNAPSHOT +ELASTICSEARCH_VERSION=8.5.0-f8c98e5d-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file