104
edits
(add new kafka channel settings) |
|||
Line 452: | Line 452: | ||
'''kafka''' The incidents are sent to a topic on the configured Apache Kafka server. The message is the same as for syslog. | '''kafka''' The incidents are sent to a topic on the configured Apache Kafka server. The message is the same as for syslog. | ||
* Bootstrap Server: hostname/ip:port of a Kafka Broker or multiple Brokers separated by comma | * Bootstrap Server: hostname/ip:port of a Kafka Broker or multiple Brokers separated by comma | ||
* Protocol: Plaintext (no authentication, no encryption), SASL Paintext (Plain authentication, no encryption), SASL SSL (Plain authentication, TLS/SSL encryption) | * Protocol: Plaintext (no authentication, no encryption), SASL Paintext (Plain authentication, no encryption), SASL SSL (Plain authentication, TLS/SSL encryption), mTLS (firmware >= 4.4) | ||
* Ignore TLS Certificate: Ignore the TLS Certificate of the Brokers (only SASL SSL) | * Ignore TLS Certificate: Ignore the TLS Certificate of the Brokers (only SASL SSL) | ||
* Username: Broker Login (only SASL) | * Username: Broker Login (only SASL) | ||
* Password: Broker Login (only SASL) | * Password: Broker Login (only SASL) | ||
* Topic: The name of the topic into which the Incidents are sent. | * Topic: The name of the topic into which the Incidents are sent. | ||
* Partitioner (firmware >= 4.5) | |||
** Random: Choose random partition on Kafka server | |||
** Consistent: Choose partition based on CRC32 hash of the multimeter hostname | |||
'''snmp_trap''' Incidents will be sent to the configured SNMP trap receiver. A MIB file with the Allegro Network Multimeter SNMP trap definitions is available for download in the channel configuration dialog. | '''snmp_trap''' Incidents will be sent to the configured SNMP trap receiver. A MIB file with the Allegro Network Multimeter SNMP trap definitions is available for download in the channel configuration dialog. |
edits