-
Notifications
You must be signed in to change notification settings - Fork 0
Kafka Plugin
Jacob van Walraven edited this page Nov 11, 2019
·
3 revisions
The kafka output plugin sends the generated results to a Kafka
kafka:
enabled: 0
brokers: 127.0.0.1:9092
topic: topicname
The enabled configuration option is to enable and disable output to kafka.
The brokers configuration option is a comma seperated string of the kafka metadata servers to use.
The topic configuration option is the kafka topic to send results to.