diff options
| author | fengweihao <[email protected]> | 2023-11-24 15:26:23 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-11-24 15:26:23 +0800 |
| commit | 72f7290ccd41bc70c9ab29e9f05a575bb6fc0b8b (patch) | |
| tree | 801a114c3848ce9c2427953a2e28ab7764eafeeb /conf/doh | |
| parent | d3e49bf46133302bf2a5b68b4296c5f8cf198589 (diff) | |
TSG-17777 优化App ID的扫描处理逻辑, HTTP多次扫描支持非配置
TSG-17797 TFE适配虚拟表名变更
Diffstat (limited to 'conf/doh')
| -rw-r--r-- | conf/doh/doh.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/doh/doh.conf b/conf/doh/doh.conf index 97b2173..dd78fdb 100644 --- a/conf/doh/doh.conf +++ b/conf/doh/doh.conf @@ -2,10 +2,12 @@ enable=1 [maat] -table_appid=TSG_OBJ_APP_ID -table_addr=TSG_SECURITY_ADDR -table_qname=TSG_FIELD_DOH_QNAME -table_host=TSG_FIELD_DOH_HOST +table_appid=ATTR_APP_ID +table_src_addr=ATTR_SOURCE_ADDR +table_dst_addr=ATTR_DESTINATION_ADDR +table_qname=ATTR_DOH_QNAME +table_host=ATTR_DOH_HOST +table_host_cat=ATTR_DOH_HOST_CAT [kafka] ENTRANCE_ID=0 |
