we are in the process of switching to the new sidecars. I configured a sidecar with filebeat (6.1.2 which is the same version as we were running before) and a new beats input. Logs are coming in but all field names are renamed, mostly prepended with filebeat. E.g. filebeat_fields_application instead of application and filebeat_source instead of file. There are also additional fields such as filebeat_@metadata_type
I just saw that in the input type there is a box Do not add Beats type as prefix(optional) which solves half my problem. Now it’s just fields_application instead of application. Could this be because of us using an old style filebeat? Here’s my collector configuration: