Skip to content

UnblockedByOps/logwatcher-kafka-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logwatcher-kafka-plugin

Plugin for LogWatcher to send Log Lines to a Kafka Topic

Requirements

Requires:

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

About

Plugin for LogWatcher to send Log Lines to Kafka

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages