-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Change deprecation.elasticsearch keyword to elasticsearch.deprecation #117933
Change deprecation.elasticsearch keyword to elasticsearch.deprecation #117933
Conversation
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Hi @JVerwolf, I've created a changelog YAML for you. |
…ent/change-logging-field
…f/elasticsearch into enhancement/change-logging-field
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We just need to add some breaking change explanation.
pr: 117933 | ||
summary: Change `deprecation.elasticsearch` keyword to `elasticsearch.deprecation` | ||
area: Infra/Logging | ||
type: bug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should note this as a breaking change, since some users may be relying on the ECS dataset.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rjernst - I've updated it now, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @JVerwolf, I've updated the changelog YAML for you. |
This PR changes the values of the
"data_stream.dataset"
and"event.dataset"
fields to be"elasticsearch.deprecation"
instead of"deprecation.elasticsearch"
.Closes #83251