Hi Team,
I have been looking for logstash configuration that should parse two different log types and to create different indexes for types. in my case i have .log and .CSV file types, That i'm capturing through filebeat using different prospects paths. here is the filebeat configuration.
Here is my logstash configurtaion.
I'm not getting the desired result, there is only index created in elastic with XYZlogs-date.
seams iis logs are not getting parsed , is that related to the if condition for iis. Any help from team is highly Appreciated.