-
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
enable netinfo host metadata #15347
enable netinfo host metadata #15347
Conversation
I wouldn't say that this is a breaking change. It would add some extra fields by default, what I think is ok. We should confirm that the added fields don't cause any conflict, but they are ECS fields ( But if we do this change, we should do it also in the code, not only in docs and the reference config. We should change the default in https://github.com/elastic/beats/blob/v7.5.2/libbeat/processors/add_host_metadata/config.go#L36 This would also require a changelog entry. |
@jsoriano , do you want me to make that change, or are you going to do it? |
@DanRoscigno as you prefer, the main change would be only to change this Then we will also need to review this value in docs and reference configs and add a changelog entry. |
I think it is risky for me to modify the tests, can you do it Jaime? |
Ok, no probl, I'll do it! |
I have opened #16077 to continue with this. Thanks @DanRoscigno! |
The Observability solution expects
netinfo.enabled
to be true:When the defaults (false) are set launching from Uptime to Logs or Metrics fails (the filter gets set to
host.ip: <ip addr>
and by defaulthost.ip
is not set.