106
edits
(Add description for kafka incident channel typ.) |
(Update Kafka Settings) |
||
Line 308: | Line 308: | ||
* email: Incidents will be sent to the email address configured in the [[Global settings]]. | * email: Incidents will be sent to the email address configured in the [[Global settings]]. | ||
* syslog: Incidents will be sent to the configured syslog server via TCP on port 514. Firmware >= 3.3: Configuration allows for TCP or UDP on any port. | * syslog: Incidents will be sent to the configured syslog server via TCP on port 514. Firmware >= 3.3: Configuration allows for TCP or UDP on any port. | ||
* kafka: The incidents are sent to a topic on the configured Apache Kafka server. Firmware >= 4.0. | * kafka: The incidents are sent to a topic on the configured Apache Kafka server. Firmware >= 4.0. The message is the same as for syslog. | ||
** | ** Kafka Server configuration: | ||
** The | *** 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) | |||
*** Ignore TLS Certificate: Ignore the TLS Certificate of the Brokers (only SASL SSL) | |||
*** Username: Broker Login (only SASL) | |||
*** Password: Broker Login (only SASL) | |||
*** Topic: The name of the topic into which the Incidents are sent. | |||
[[File:Incidents add channel.png|thumb|alt=|none|Adding a new channel]] | [[File:Incidents add channel.png|thumb|alt=|none|Adding a new channel]] | ||
Each channel also uses a minimum severity settings so only incidents are reported which are of at least that severity. | Each channel also uses a minimum severity settings so only incidents are reported which are of at least that severity. |
edits