forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change deprecation.elasticsearch keyword to elasticsearch.deprecation (…
…elastic#117933) Changes the values of the "data_stream.dataset" and "event.dataset" fields to be "elasticsearch.deprecation" instead of "deprecation.elasticsearch".
- Loading branch information
Showing
7 changed files
with
54 additions
and
37 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
pr: 117933 | ||
summary: Change `deprecation.elasticsearch` keyword to `elasticsearch.deprecation` | ||
area: Infra/Logging | ||
type: bug | ||
issues: | ||
- 83251 | ||
breaking: | ||
title: Deprecation logging value change for "data_stream.dataset" and "event.dataset" | ||
area: Logging | ||
details: |- | ||
This change modifies the "data_stream.dataset" and "event.dataset" value for deprecation logging | ||
to use the value `elasticsearch.deprecation` instead of `deprecation.elasticsearch`. This is now | ||
consistent with other values where the name of the service is the first part of the key. | ||
impact: |- | ||
If you are directly consuming deprecation logs for "data_stream.dataset" and "event.dataset" and filtering on | ||
this value, you will need to update your filters to use `elasticsearch.deprecation` instead of | ||
`deprecation.elasticsearch`. | ||
notable: false |
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
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
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
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
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