Two different log files at different location

Hello Techies,

Please help me since i am new to ELK stack.
I have two kinds of log files with different names on the different folders. I am trying to Pull the data to Logstash and providing two Grok filters match for the same. If i use two different Config files , logstash works properly . How should i combine both of them and work in a single logstash instance.

Thanks and Regards
Saravana S

The file input (I'm assuming you're using that) has a setting path the value of which can be a string or an array. When it is an array, all glob patterns are evaluated. You should put both paths into the array.

Thank You so much guyboertje. It worked .

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