Skip to content

Kafka Plugin

Jacob van Walraven edited this page Nov 11, 2019 · 3 revisions

The kafka output plugin sends the generated results to a Kafka

Example configuration

kafka:
    enabled: 0
    brokers: 127.0.0.1:9092
    topic: topicname

Configuration options

Enabled

The enabled configuration option is to enable and disable output to kafka.

Brokers

The brokers configuration option is a comma seperated string of the kafka metadata servers to use.

Topic

The topic configuration option is the kafka topic to send results to.

Clone this wiki locally