1
response
response
NXLog with Logstash using custom TAGS
Hi,
I'm trying to send messages from NXLog into Logstash with a custom TAG. Logstash would filter those messages and then send them into specific topics in Kafka. For example my current Logstash + Filebeats works like that:
filebeat.yml has:
paths:
- /var/log/*.log
tags: ["EXAMPLE_1"]
Logstash.yml has :