Simplifying Filebeat JSON Output Format

You can use the include_fields filter.

filter:
 - include_fields.fields: ["message"]

That will leave message, type, and @timestamp in the event.

1 Like