summaryrefslogtreecommitdiff
path: root/resource/table_info_proxy.conf
blob: 5f2cca03e7dcfc102edb44de1bc672dddebbaf74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#each collumn seperate with '\t'
#id	(0~65535)
#name string
#type one of ip,expr,expr_plus,digest,intval,compile or plugin
#src_charset one of GBK,BIG5,UNICODE,UTF8
#dst_charset combined by GBK,BIG5,UNICODE,UTF8,seperate with '/'
#do_merege [yes/no]
#cross cache [number]
#quick mode [quickon/quickoff], default [quickoff]
#For ip/intval/digest/compile/group
#id	name	type
#
#For plugin table
#id	name	type	json_descr
#
#For expr/expr_plus Table
#id	name	type	src_charset	dst_charset	do_merge cross_cache quick_mode
0	PXY_CTRL_COMPILE        compile escape  --
1	GROUP_COMPILE_RELATION  group2compile   --
2	GROUP_GROUP_RELATION    group2group     --
3	TSG_OBJ_IP_ADDR ip_plus ---
3	TSG_OBJ_IP_LEARNING_ADDR	ip_plus	UTF8	UTF8	no	0
4	TSG_OBJ_URL     expr    UTF8    GBK/UNICODE/UTF8/url_encode_gb2312/url_encode_utf8      yes     0       quickoff
5	TSG_FIELD_HTTP_URL      virtual TSG_OBJ_URL     --
6	TSG_OBJ_FQDN    expr    UTF8    GBK/UNICODE/UTF8/url_encode_gb2312/url_encode_utf8      yes     0       quickoff
7	TSG_OBJ_FQDN_CAT	intval	UTF8	UTF8	yes	0
8	TSG_FIELD_HTTP_HOST     virtual ["TSG_OBJ_FQDN","TSG_OBJ_FQDN_CAT"]    --
9	TSG_OBJ_HTTP_SIGNATURE  expr_plus       UTF8    UTF8    yes     0       quickoff
10	TSG_FIELD_HTTP_REQ_HDR  virtual TSG_OBJ_HTTP_SIGNATURE  --
11	TSG_FIELD_HTTP_RES_HDR  virtual TSG_OBJ_HTTP_SIGNATURE  --
12	TSG_OBJ_KEYWORDS expr   UTF8	GBK/BIG5/UNICODE/UTF8/unicode_ascii_esc/unicode_ascii_aligned/unicode_ncr_dec/unicode_ncr_hex/windows-1251	yes     128     quickoff
13	TSG_FIELD_HTTP_REQ_BODY	virtual TSG_OBJ_KEYWORDS --
14	TSG_FIELD_HTTP_RES_BODY	virtual TSG_OBJ_KEYWORDS --
15	TSG_OBJ_SUBSCRIBER_ID   expr    UTF8    UTF8    yes     0       quickon
16	TSG_OBJ_APP_ID	intval	UTF8	UTF8	yes	0
17	TSG_SECURITY_SOURCE_ADDR	virtual	TSG_OBJ_IP_ADDR	--
18	TSG_SECURITY_DESTINATION_ADDR	virtual	TSG_OBJ_IP_ADDR	--
19	TSG_SECURITY_ADDR	composition	{"source":"TSG_SECURITY_SOURCE_ADDR","destination":"TSG_SECURITY_DESTINATION_ADDR"}
20 	TSG_IP_ASN_BUILT_IN     ip_plugin {"row_id":1,"ip_type":2,"start_ip":3,"end_ip":4,"valid":7,"estimate_size":4194304}
21	TSG_IP_ASN_USER_DEFINED ip_plugin {"row_id":1,"ip_type":2,"start_ip":3,"end_ip":4,"valid":7,"estimate_size":4194304}
22	TSG_IP_LOCATION_BUILT_IN    ip_plugin   {"row_id":1,"ip_type":3,"start_ip":4,"end_ip":5,"valid":18,"estimate_size":4194304}
23	TSG_IP_LOCATION_USER_DEFINED    ip_plugin   {"row_id":1,"ip_type":3,"start_ip":4,"end_ip":5,"valid":18,"estimate_size":4194304}
24	TSG_OBJ_AS_NUMBER   expr    UTF8    UTF8/GBK    yes 0
25	TSG_SECURITY_SOURCE_ASN virtual TSG_OBJ_AS_NUMBER   --
26	TSG_SECURITY_DESTINATION_ASN    virtual TSG_OBJ_AS_NUMBER   --
27	TSG_OBJ_GEO_LOCATION    expr    UTF8    UTF8/GBK    yes 0
28	TSG_SECURITY_SOURCE_LOCATION    virtual TSG_OBJ_GEO_LOCATION    --
29	TSG_SECURITY_DESTINATION_LOCATION   virtual TSG_OBJ_GEO_LOCATION    --
30	TSG_FIELD_DOH_QNAME virtual ["TSG_OBJ_FQDN","TSG_OBJ_FQDN_CAT"]    --
31	TSG_FIELD_DOH_HOST  virtual ["TSG_OBJ_FQDN","TSG_OBJ_FQDN_CAT"]    --
32      TSG_OBJ_IMSI    expr    UTF8    UTF8    yes     0
33      TSG_OBJ_PHONE_NUMBER    expr    UTF8    UTF8    yes     0
34      TSG_OBJ_APN     expr    UTF8    UTF8    yes     0
35      TSG_FILED_GTP_IMSI      virtual TSG_OBJ_IMSI    --
36      TSG_FILED_GTP_PHONE_NUMBER      virtual TSG_OBJ_PHONE_NUMBER    --
37      TSG_FILED_GTP_APN       virtual TSG_OBJ_APN     --