I am sending data from local log files with filebeat to graylog and I am getting a 20x storage overhead compared to the original files. There are a large amount of metadata fields however I can't seem to get rid of them. I have tried many variations of removing fields such as:
processors:
- drop_fields:
fields: ["ecs.version", "agent.version", "agent.type", "agent.id", "agent.hostname", "input.type"]
Do any of you have any recommendation of how to strip everthing except the timestamp and raw log that has been sent? I do not need anything like id or agent type because they are all coming from the same place.