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.