Skip to content

Commit 6023bcb

Browse files
authored
Merge branch 'main' into dependabot/go_modules/golang.org/x/crypto-0.31.0
2 parents 3f283cf + 14fd0cb commit 6023bcb

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

internal/install/stack_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package install
66

77
const (
88
// DefaultStackVersion is the default version of the stack
9-
DefaultStackVersion = "8.16.1"
9+
DefaultStackVersion = "8.17.0"
1010
)

test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
dynamic_fields:
22
event.ingested: ".*"
3+
# This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest.
4+
# Once removed, it requires to update pipeline tests to remove the trailing dot where required.
5+
# Relates: https://github.com/elastic/elasticsearch/pull/117213
6+
"user_agent.version": '^\d+\.\d+(\.|\..*)?$'
37
fields:
48
"@timestamp": "2020-04-28T11:07:58.223Z"
59
tags:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
dynamic_fields:
22
"event.ingested": ".*"
3+
# This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest.
4+
# Once removed, it requires to update pipeline tests to remove the trailing dot where required.
5+
# Relates: https://github.com/elastic/elasticsearch/pull/117213
6+
"user_agent.version": '^\d+\.\d+(\.|\..*)?$'

test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
dynamic_fields:
22
event.ingested: ".*"
3+
# This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest.
4+
# Once removed, it requires to update pipeline tests to remove the trailing dot where required.
5+
# Relates: https://github.com/elastic/elasticsearch/pull/117213
6+
"user_agent.version": '^\d+\.\d+(\.|\..*)?$'
37
multiline:
48
first_line_pattern: "^(?:[0-9]{1,3}\\.){3}[0-9]{1,3}"
59
fields:

0 commit comments

Comments
 (0)