From ce387fa974ab7478dc19a6c825771638cd22cd79 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Thu, 23 Jun 2022 01:35:26 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 8.3.0-47d97929 for testing (#1584) 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 1cef2a127..7ce642f39 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.3.0-e0057e17-SNAPSHOT +ELASTICSEARCH_VERSION=8.3.0-47d97929-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file