I have beats installed on my logstash instance. My idea is to collect multiple logs using filebeat modules -> send it to logstash on port 5044 -> send it to elasticsearch.
Can I add tags in each of the filebeat module yml files?
For eg, Juniper module with "juniper" tag, sophos module with "sophos" tag
This was I can use the tags to send the logs to different indexes
If you use a filebeat module there is already a field that defines which module / dataset it is which can be used for sorting / conditionals in Logstash.
event.dataset
Also in a module you should be able to add tags as an input configuration.
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.