-
Notifications
You must be signed in to change notification settings - Fork 4.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 lookup_field to service.address. #15883
Conversation
…etting application_id
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
@exekias we found this regression during rebase. seems like the field was renamed as part of ecs standardization. |
Thank you for contributing! Could you please update ok to test |
Updated CHANGELOG.next.asciidoc. Thanks |
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.
Thank you!!
* Change lookup_field to service.address. Using metricset.host is not setting application_id (cherry picked from commit f179f39)
* Change lookup_field to service.address. Using metricset.host is not setting application_id (cherry picked from commit f179f39) Co-authored-by: premendrasingh <premendrasingh@hotmail.com> Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co>
Bug: metricset.host needs to be changed to service.address so that metrics are enriched as expected.
This PR changes metricset.host to service.address Without this change the enrichment of metrics fails.