TELEMETRY PIPELINE
Azure Event Hub

Azure Event Hub source plugin

The Azure Event Hub source plugin lets you configure Chronosphere Telemetry Pipeline to collect data from your Azure Event Hub 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
Event Hub NamespacebrokersRequired. Your Event Hub namespace.[REPLACE WITH YOUR NAMESPACE].servicebus.windows.net:9093
Event Hub TopictopicsRequired. The Event Hub topic to read information from.none
Connection String Keyrdkafka.sasl.passwordRequired. The Event Hub connection string from within the connection access policy set for the source.Endpoint=[REPLACE WITH YOUR CONNECTION STRING VALUE]

Advanced

NameKeyDescriptionDefault
Minimum Queued Messagesdkafka.queued.min.messagesMinimum number of messages per topic and partition that Telemetry Pipeline tries to maintain in the local consumer queue.10
Request Timeout (ms)rdkafka.request.timeout.msHow long Telemetry Pipeline waits before terminating a request connection. Recommended value: 60000.60000
Session Timeout (ms)rdkafka.session.timeout.msHow long Telemetry Pipeline waits before prior to terminating a session connection. Recommended value: 30000.30000
SASL Usernamerdkafka.sasl.usernameSASL username.$ConnectionString
Security Protocolrdkafka.security.protocolThe security protocol for Azure Event Hub. If you require OAuth or OpenID, contact Chronosphere Support.SASL_SSL
SASL Mechanismrdkafka.sasl.mechanismThe transport mechanism for the SASL connection.PLAIN