How do I not send metadata from filebeat to Graylog?

I am using filebeats directly to send json data to graylog. The fields @metadata__id, @metadata_beat, @metadata_type, @metadata_version are constants, and @timestamp is not needed since the time is in the message. All these fields are simply not needed and only take up storage space and load the network. How not to send them.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.