TELEMETRY PIPELINE
Kafka

Kafka source plugin

You can use the Kafka source plugin to configure Chronosphere Telemetry Pipeline to collect data from your Apache Kafka instances.

Supported telemetry types

This plugin supports these telemetry types:

LogsMetricsTraces

Configuration parameters

Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.

General

NameKeyDescriptionDefault
BrokersbrokersRequired. Single of multiple lists of Kafka brokers. For example, 192.168.1.3:9092, 192.168.1.4:9092.none
TopicstopicsRequired. Single entry or list of topics separated by comma (,) that Telemetry Pipeline uses to receive messages from Kafka.none

Advanced

NameKeyDescriptionDefault
Minimum Queued Messagesrdkafka.queued.min.messagesMinimum number of messages per topic and partition Telemetry Pipeline tries to maintain in the local consumer queue.10
Group IDrdkafka.group.idThe client group ID string. All clients with the same group ID belong to the same group.none