Hello Experts
I have multiple system files of various functionalities. Banking.log, transaction.Log, Network.log, Income.log ..
Please request you to help me clarify the following doubts
How can I configure multiple files input to filebeat & logstash
How can Kibana differentiate various modules and present in the dashboard, statistics of results of test cases of each module and module differentiation.
for 2. Just use different index names in your ingestion configuration. What I've done before is give similar logs a common prefix so I have the option to view all, or a subset. So I have the following indexes: network-packetbeat, network-firewall, network-tcpdump, and try to set them up with the same field names so I can view data across them.
Thank you Stacey.
So I have to change entire code and add the module and test case name in the every print file ? Please confirm, if that is what you meant. Thank you.
I have to change entire code and add the module and test case name in the every print file
I'm actually not sure what you mean by this. When I was started to track my data, I only had to add some configuration options to pipelines.yml, to point to a couple different files. In those files, I specified an index pattern. I didn't change any code - just configuration files. I'm not sure what you mean by print file or test case name.
You also may want to move this question to the logstash channel, if you are asking questions about the configuration options.
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.