Skip to content

Commit

Permalink
[updatecli] Update default stack version to 8.17.0 (#2271)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and mrodm authored Dec 13, 2024
1 parent 1c47486 commit 14fd0cb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
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

0 comments on commit 14fd0cb

Please sign in to comment.