Skip to content
devinkramer edited this page Oct 1, 2015 · 6 revisions

Requirements

Requires:

LogWatcher

kafka-python

Install

pip install logwatcher-kafka-plugin

Use

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
Clone this wiki locally