feature: adding Kafka infrastructure
This commit is contained in:
@@ -70,7 +70,7 @@ prometheus_listen_port=9001
|
||||
prometheus_listen_url=/sce_prometheus
|
||||
|
||||
[metrics]
|
||||
# Kafka Topic: POLICY-RULE-METRICS
|
||||
# Kafka Topic: POLICY-RULE-METRIC
|
||||
enable=0
|
||||
interval_s=1
|
||||
telegraf_bind_address=127.0.0.1
|
||||
@@ -82,3 +82,9 @@ path=/run/run/frr/bfdd.vty
|
||||
device=eth0
|
||||
local_address=127.0.0.1
|
||||
gateway=127.0.0.1
|
||||
|
||||
[kafka]
|
||||
brokerlist=192.168.40.224:9092
|
||||
sasl_username=admin
|
||||
sasl_passwd=galaxy2019
|
||||
topic_name=POLICY-RULE-METRIC
|
||||
Reference in New Issue
Block a user