How to prevent adding extra fields by filebeat to the actual log records

Hi,

I am shipping log data to Kafka topic using file beat, here the problem is i don't want to have extra fields added by file-beat ex: file-beat version.

is it possible?

Thanks

any one help me please

Hi @ramanna_hk,

You can remove any field you don't want with the drop_fields processor.

Thanks