Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kafka Alert Publisher that allows you to publish alerts to Kafka as json objects. The plugin internally uses Kafka producer apis to publish alerts. The plugin allows to specify Kafka topic to use for publishing and other additional Kafka producer properties. This plugin uses Kafka 0.10.2 java apis.

...

Configuration

Property

Macro Enabled?

Description

Kafka Brokers

Yes

Required. List of Kafka brokers specified in host1:port1,host2:port2 form.

Kafka Topic

Yes

Required. The Kafka topic to write to. This topic should already exist in Kafka.

Additional Kafka Producer Properties

No

Optional. Specifies additional Kafka producer properties like acks, client.id as key and value pair.

Kerberos Principal

Yes

Optional. The kerberos principal used for the source when kerberos security is enabled for Kafka.

Keytab Location

Yes

Optional. The keytab location for the kerberos principal when kerberos security is enabled for Kafka.

...