I think that C:\ELK7.9.2\Logs*.log path will match C:\ELK7.9.2\LogsA*.log too. When you say that it is not picking up the second input what do you mean, you see anything special in Filebeat's logs? (run in debug mode for more information)
As per my understanding, following allows me to create one index pattern in Kibana and I am able to see whatever logs are there in Logs folder. so I created two inputs by giving two paths so I can create two index patterns for two different types of logs.
filebeat.inputs:
type: log
enabled: true
paths:
C:\ELK7.9.2\Logs*.log
and I can only create one index pattern in Kibana and it has all the data. I don't know how. I thought if I give two paths, I will be able to create two indexes.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.