Hi @Badger ,
Thank you for your reply
but here i will be getting different process_name like "ATMTH1" as one of the process name and "WEBSVR1" as other process name. if my log contains the Process_name as "ATMTH1" , i want to create an index named as "ATMTH1" in the elastics search. and if my process_name contains the process name as "WEBSVR1" , i want to create another index named as "WEBSVR1" as another index. so like if else condition in logstash output towards elasticsearch , any idea Badger?