Parsing the filebeat logs

Hi ,

I am using the filebeat to ship all my logs to the kibana using elasticsearch.I want to parse the log and create some fields from the logs .How can i do that.

Thanks

You probably need to define an ingest pipeline in elasticsearch using a dissect processor or a grok processor.

1 Like

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