You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move adding host.name into add_host_metadata in the future. Each module should also add their own host.name fields instead relying on add_host_metadata processor if possible.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently we have libbeat adding
host.name
before the globaladd_host_metadata
processor is executed:https://github.com/elastic/beats/blob/master/libbeat/publisher/processing/default.go#L337
We should move adding
host.name
intoadd_host_metadata
in the future. Each module should also add their ownhost.name
fields instead relying onadd_host_metadata
processor if possible.The text was updated successfully, but these errors were encountered: