From 44567f61aa22098ca132b43c68869ade204626e3 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 9 Sep 2021 11:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8D=95=E5=8C=85=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/maat.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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"}]}