-
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 in add metadata processors #16077
Conversation
Co-Authored-By: DanRoscigno <dan@roscigno.com>
25ebbb8
to
05cfe97
Compare
libbeat/processors/add_host_metadata/docs/add_host_metadata.asciidoc
Outdated
Show resolved
Hide resolved
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. It's close to breaking change, but won't cause any sort of conflict. Users that want to continue with the old behavior must add back the netinfo.enabled: false
.
Yep, I had similar thoughts #15347 (comment) |
I have made the same change in |
Failing test is also failing in master, it seems to be related to a change in ES 8.0 snapshots (#16139). |
Enable netinfo in add_host_metadata and add_observer_metadata processors by default. This network information metadata is used in observability solutions. Co-authored-by: Dan Roscigno <dan@roscigno.com> (cherry picked from commit 4ea0f91)
Enable netinfo in add_host_metadata and add_observer_metadata processors by default. This network information metadata is used in observability solutions. (cherry picked from commit 4ea0f91) Co-authored-by: Dan Roscigno <dan@roscigno.com>
Enable netinfo in add_host_metadata and add_observer_metadata processors by default. This network information metadata is used in observability solutions. Co-authored-by: Dan Roscigno <dan@roscigno.com>
What does this PR do?
Enable netinfo in add_host_metadata and add_observer_metadata processors by default.
Why is it important?
This network information metadata is used in observability solutions.
This change shouldn't break backwards compatibility or produce any conflict as the added fields are in ECS.
Checklist
How to test this PR locally
add_host_metadata
processor without any options.host.ip
andhost.mac
fields.Related issues