-
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
service.address unexpectedly removed from some metricsets #26902
Comments
Pinging @elastic/integrations (Team:Integrations) |
I am afraid that all metricsets that don't have a host parser (or explicitly set the sanitized URI in some other way) are affected by this, we should check all these metricsets. But this hasn't been reported frequently, so maybe this is not such an important issue. |
Added the list of metricsets without host parser, they are not so many. |
@jsoriano : Is service.address not seen in some specific scenario ? |
@ishleenk17 this issue was fixed for vsphere in #26904, I will update the description to avoid confusion. I don't know what is the current status for other metricsets. |
Hi! We're labeling this issue as |
Some metricsets don't have the
service.address
field when they were expected to have it.It seems to happen since #21022. It may be the case that metricsets that don't have a sanitized URI in their host data don't have a
service.address
now. We want to keep both features, sanitized URIs to avoid credential leaks, andservice.address
field to identify services in different hosts.Seen with the vsphere module, but it may affect others.
For confirmed bugs, please report:
service.address
is not present.Metricsets that might be affected for this issue (because they don't register a host parser):
Other related issues:
mb.Registry.AddMetricSet
, initialization of host parser is different there (Use MustAddMetricSet in all metricsets #26907).data.json
files is not doing the same as a running Metricbeat, different values are generated forservice.address
(e.g. aerospike doesn't generateservice.address
in Metricbeat, but it does when generating thedata.json
).The text was updated successfully, but these errors were encountered: