I have 2 indexes named MyIndex1 and MyIndex2.
I have 2 different conf files targeting multiple paths. Both conf has different paths completely. These conf at the end has individual index names. The only common thing is that both the conf files are present under a single folder named Configurations.
I have used logstash -f Configurations as the command line to use all the conf's present under the folder.
The problem which I am seeing here is that, events from these paths are captured successfully...but it is present in both the indexes.
Am I missing something or made a mistake ?