From 14fd0cbeac2666812ae2e815b5b239dd516fdf03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:06:55 +0100 Subject: [PATCH] [updatecli] Update default stack version to 8.17.0 (#2271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: [updatecli] Update default stack version to 8.17.0 Made with ❤️️ by updatecli * Update pipeline test config --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mario Rodriguez Molins --- internal/install/stack_version.go | 2 +- .../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 ++++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/internal/install/stack_version.go b/internal/install/stack_version.go index 01579c7c58..7319176c9f 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" ) 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 3cabcf9fb8..fba77e700c 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 e071d397dd..b661b99808 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 ef369dff36..9f0cd7bb6e 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: