feat:change common_action value filling logic
This commit is contained in:
35
properties/action_definition.properties
Normal file
35
properties/action_definition.properties
Normal file
@@ -0,0 +1,35 @@
|
||||
none=0
|
||||
Monitor=1
|
||||
monitor=1
|
||||
Intercept=2
|
||||
intercept=2
|
||||
NoIntercept=3
|
||||
nointercept=3
|
||||
ActiveDefence=4
|
||||
activedefence=4
|
||||
WANNAT=8
|
||||
wannat=8
|
||||
Reject=16
|
||||
reject=16
|
||||
Deny=16
|
||||
deny=16
|
||||
Shaping=32
|
||||
shaping=32
|
||||
Manipulate=48
|
||||
manipulate=48
|
||||
ServiceChaining=64
|
||||
servicechaining=64
|
||||
Allow=96
|
||||
allow=96
|
||||
Bypass=96
|
||||
bypass=96
|
||||
Shunt=128
|
||||
shunt=128
|
||||
Statistics=129
|
||||
statistics=129
|
||||
redirect=48
|
||||
replace=48
|
||||
hijack=48
|
||||
insert=48
|
||||
edit_element=48
|
||||
run_script=48
|
||||
@@ -1,7 +1,7 @@
|
||||
#--------------------------------地址配置------------------------------#
|
||||
#管理kafka地址
|
||||
#source.kafka.servers=192.168.44.12:9094
|
||||
source.kafka.servers=192.168.44.11:9094,192.168.44.14:9094,192.168.44.15:9094
|
||||
source.kafka.servers=192.168.44.12:9094
|
||||
#source.kafka.servers=192.168.44.11:9094,192.168.44.14:9094,192.168.44.15:9094
|
||||
#百分点输出kafka地址
|
||||
percent.sink.kafka.servers=192.168.44.12:9094
|
||||
#文件源数据topic输出kafka地址
|
||||
@@ -68,12 +68,12 @@ deal.file.statistics.time=60
|
||||
|
||||
#------------------------------------knowledge配置------------------------------------#
|
||||
knowledge.execution.minutes=600
|
||||
knowledge.base.uri=http://192.168.44.67:9999
|
||||
knowledge.base.uri=http://192.168.44.12:9999
|
||||
knowledge.base.path=/v1/knowledge_base
|
||||
ip.user.defined.kd.id=004390bc-3135-4a6f-a492-3662ecb9e289
|
||||
ip.builtin.kd.id=64af7077-eb9b-4b8f-80cf-2ceebc89bea9
|
||||
asn.builtin.kd.id=f9f6bc91-2142-4673-8249-e097c00fe1ea
|
||||
hos.url=http://192.168.44.67:9098/hos/traffic_file_bucket/
|
||||
hos.url=http://192.168.44.12:9098/hos/traffic_file_bucket/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user