Plugin for LogWatcher to send Log Lines to a Kafka Topic
Requires:
pip install logwatcher-kafka-plugin
Add the following option to your logwatcher ini file to enable the plugin
plugins: kafka_logger
and the following configuration clause
[kafka_logger]
broker: [kafka server 1]:port,[kafka server N]:port
topic: [kafka topic name]
send_when_debug: True