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 identified several common fields for host inventory schema and these fields include host.id and host.name. add_host_metadata does not overwrite host.name field with #14407 but not host.id.
Things to consider:
make add_host_metadata to do nothing if host.* fields already exist.
add tests to make sure host.* fields don't get overwritten by add_host_metadata processor.
Maybe we should use add_observer_metadata processor instead?