1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

[new feature] introduced Kafka report

This commit is contained in:
Massimo Candela
2019-10-25 21:47:20 +02:00
parent 3b1f6b5822
commit 5fee280324
5 changed files with 396 additions and 12 deletions

View File

@@ -179,3 +179,14 @@ Parameters for this report module:
|hooks.default| The default user group. Each user group is a WebHook (url). |
#### reportKafka
This report sends the alerts (including the BGP messages triggering them) to Kafka. By default it creates a topic `bgpalerter`.
Parameters for this report module:
|Parameter| Description|
|---|---|
|host| Host and port of the Kafka instance/broker (e.g. localhost:9092).|
|topics| A dictionary containing a mapping from BGPalerter channels to Kafka topics (e.g. `hijack: hijack-topic`). By default all channels are sent to the topic `bgpalerter` (`default: bgpalerter`) |