From 9f1ce612c9406cf8898ab3649cdf8a02ef449c3e Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Fri, 23 Sep 2022 01:24:03 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 8.4.3-24191b6e for testing (#1905) 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 477f5e2fa..cab0d3f56 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.4.3-72a0900d-SNAPSHOT +ELASTICSEARCH_VERSION=8.4.3-24191b6e-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file