From 763b1c50b7b1b3d9cfeab83e794d9a483d2d8ad8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:28:50 +0000 Subject: [PATCH 1/2] chore: [updatecli] Update default stack version to 8.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- internal/install/stack_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/install/stack_version.go b/internal/install/stack_version.go index 01579c7c5..7319176c9 100644 --- a/internal/install/stack_version.go +++ b/internal/install/stack_version.go @@ -6,5 +6,5 @@ package install const ( // DefaultStackVersion is the default version of the stack - DefaultStackVersion = "8.16.1" + DefaultStackVersion = "8.17.0" ) From 961cfc476b83f82ad37ec911ad8a697c92c66722 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Fri, 13 Dec 2024 10:19:38 +0100 Subject: [PATCH 2/2] Update pipeline test config --- .../access/_dev/test/pipeline/test-common-config.yml | 4 ++++ .../logs/_dev/test/pipeline/test-common-config.yml | 4 ++++ .../access/_dev/test/pipeline/test-common-config.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml b/test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml index 3cabcf9fb..fba77e700 100644 --- a/test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml +++ b/test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml @@ -1,5 +1,9 @@ dynamic_fields: event.ingested: ".*" + # This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest. + # Once removed, it requires to update pipeline tests to remove the trailing dot where required. + # Relates: https://github.com/elastic/elasticsearch/pull/117213 + "user_agent.version": '^\d+\.\d+(\.|\..*)?$' fields: "@timestamp": "2020-04-28T11:07:58.223Z" tags: diff --git a/test/packages/parallel/auth0_logsdb/data_stream/logs/_dev/test/pipeline/test-common-config.yml b/test/packages/parallel/auth0_logsdb/data_stream/logs/_dev/test/pipeline/test-common-config.yml index e071d397d..b661b9980 100644 --- a/test/packages/parallel/auth0_logsdb/data_stream/logs/_dev/test/pipeline/test-common-config.yml +++ b/test/packages/parallel/auth0_logsdb/data_stream/logs/_dev/test/pipeline/test-common-config.yml @@ -1,2 +1,6 @@ dynamic_fields: "event.ingested": ".*" + # This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest. + # Once removed, it requires to update pipeline tests to remove the trailing dot where required. + # Relates: https://github.com/elastic/elasticsearch/pull/117213 + "user_agent.version": '^\d+\.\d+(\.|\..*)?$' diff --git a/test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml b/test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml index ef369dff3..9f0cd7bb6 100644 --- a/test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml +++ b/test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml @@ -1,5 +1,9 @@ dynamic_fields: event.ingested: ".*" + # This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest. + # Once removed, it requires to update pipeline tests to remove the trailing dot where required. + # Relates: https://github.com/elastic/elasticsearch/pull/117213 + "user_agent.version": '^\d+\.\d+(\.|\..*)?$' multiline: first_line_pattern: "^(?:[0-9]{1,3}\\.){3}[0-9]{1,3}" fields: