The idea is to receive the logs on the Rsyslog server and then send them to a specific Kafka server depending on the log contents.
For example, Logs are being received on a single port, 514 Forwarding received logs to Kafka topic #1 and lines containing "[warning]" to Kafka topic #2
Is anything like this at all possible?