-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[updatecli] Update default stack version to 8.17.0 (#2271)
* 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
1 parent
1c47486
commit 14fd0cb
Showing
4 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...packages/parallel/auth0_logsdb/data_stream/logs/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+(\.|\..*)?$' |
4 changes: 4 additions & 0 deletions
4
test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters