Hi,
I wish to load data from a mule log file to elasticsearch via logstash.
The following is my log data pattern:
2018-04-26 14:35:51,016 [[cif].HTTP_Listener_Configuration.worker.01] INFO org.mule.api.processor.LoggerMessageProcessor - Process Initialised Corelation Id :ee7a310a-a45a-45cd-9159-caba7e6b97e1 , Flowname :XYZ,Process:PurchaseInfo,Source:S2,Target:T2,Status:SUCCESS End of Process
I wish to get only values of Flowname,Process,source,target,status as separate fields after parsing the data. Which filter can be used in logstash config file to achieve this and how it can done?