Kafka
Kafka Sink
Last updated
Kafka Sink
Last updated
The Kafka sink can deliver events to Kafka servers.
Configure the general sink settings including any TLS settings, then specify the Kafka specific settings below.
Specify the Kafka bootstrap servers. A comma separated list can be used to specify multiple bootstrap servers to deliver to, with an optional port per bootstrap serrver. e.g.:
10.14.22.123:9092,10.14.22.124:9092
10.14.22.123:9092
10.14.22.123
Specify the compression algorithm to use to compress event and metric data. The default compression is No compression.
The Kafka topic name to write events to.
Configuration for SASL authentication when interacting with Kafka.
SASL Mechanism - The SASL mechanism to use.
SASL Username - The SASL username.
SASL Password - The SASL password.
Note: This parameter supports Vector's , which enables you to use dynamic per-event values.