Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[updatecli] Update default stack version to 8.17.0 #2271

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/install/stack_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package install

const (
// DefaultStackVersion is the default version of the stack
DefaultStackVersion = "8.16.1"
DefaultStackVersion = "8.17.0"
)
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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+(\.|\..*)?$'
Original file line number Diff line number Diff line change
@@ -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:
Expand Down