diff --git a/bin/maat.conf b/bin/maat.conf index 7a2ddfc..f72b2a9 100644 --- a/bin/maat.conf +++ b/bin/maat.conf @@ -46,5 +46,21 @@ INC_CFG_DIR=tsgrule/inc/index/ FULL_CFG_DIR=tsgrule/full/index/ EFFECTIVE_RANGE_FILE=/opt/tsg/etc/tsg_device_tag.json +[CAPTURE] +MAAT_MODE=1 +STAT_SWITCH=1 +PERF_SWITCH=1 +TABLE_INFO=tsgconf/capture_packet_tableinfo.conf +STAT_FILE=capture_packet_maat.status +EFFECT_INTERVAL_S=1 +REDIS_IP=192.168.44.72 +REDIS_PORT_NUM=1 +REDIS_PORT=7003 +REDIS_INDEX=0 +JSON_CFG_FILE=tsgconf/capture_packet_maat.json +INC_CFG_DIR=capture_packet_rule/inc/index/ +FULL_CFG_DIR=capture_packet_rule/full/index/ +EFFECTIVE_RANGE_FILE=/opt/tsg/etc/tsg_device_tag.json + [MAAT] ACCEPT_TAGS={"tags":[{"tag":"device_id","value":"device_1"}]}