-
Notifications
You must be signed in to change notification settings - Fork 1
Home
devinkramer edited this page Oct 1, 2015
·
6 revisions
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