Change default value replace_fields
to false in add_host_metadata processor
#21774
Labels
replace_fields
to false in add_host_metadata processor
#21774
We added this new config parameter
replace_fields
intoadd_host_metadata
processor in #20490 to make sure we have the ability to overwrite host.* fields or not. Right now, the default forreplace_fields
istrue
, which meansadd_host_metadata
will overwrite host fields.With recently added new fields for host inventory schema work and once these fields start getting used by UI, we need to make the breaking change to switch the default
replace_fields
value tofalse
. This way, the new addedhost.*
fields will not be overwritten.The text was updated successfully, but these errors were encountered: