37 lines
822 B
Plaintext
37 lines
822 B
Plaintext
[system]
|
|
nr_worker_threads=8
|
|
|
|
[maat]
|
|
# 0:json 1:redis 2:iris
|
|
input_mode=0
|
|
# LOG_LEVEL_TRACE = 0; LOG_LEVEL_DEBUG = 1; LOG_LEVEL_INFO = 2;
|
|
# LOG_LEVEL_WARN = 3; LOG_LEVEL_ERROR = 4; LOG_LEVEL_FATAL = 5;
|
|
log_level=1
|
|
stat_switch=1
|
|
perf_switch=1
|
|
scan_detail=0
|
|
deferred_load=0
|
|
effect_interval_ms=1000
|
|
stat_file=./sce.fs2
|
|
table_info=test_resource/table_info.conf
|
|
accept_path=/opt/tsg/etc/tsg_device_tag.json
|
|
inc_cfg_dir=test_resource/inc/
|
|
ful_cfg_dir=test_resource/ful/
|
|
json_cfg_file=test_resource/sce.json
|
|
foreign_cont_dir=test_resource/foreign_files
|
|
redis_db_idx=0
|
|
redis_server=127.0.0.1
|
|
redis_port_range=6379
|
|
|
|
[metrics]
|
|
# Kafka Topic: POLICY-RULE-METRICS
|
|
enable=1
|
|
interval_s=1
|
|
telegraf_bind_address=127.0.0.1
|
|
telegraf_listen_port=8300
|
|
|
|
[bfdd]
|
|
path=/var/run/frr/bfdd.vty
|
|
device=eth0
|
|
local_address=127.0.0.1
|
|
gateway=127.0.0.1 |