Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into
develop Conflicts: src/main/resources/messages/message_en.properties src/main/resources/messages/message_ru.properties src/main/resources/messages/message_zh_CN.properties Stream模块相关的日志查询修改查询接口为ntcAppLogs接口
This commit is contained in:
@@ -1205,5 +1205,5 @@ transport_layer_protocol=TLS Protocol
|
||||
av_voip_monit=VoIP Monit
|
||||
av_voip_reject=VoIP Reject
|
||||
label_proto_source=Protocol Source
|
||||
label_behav_source=Behavior Source
|
||||
label_app_source=APP Source
|
||||
label_behav_source=Behavior Source
|
||||
label_app_source=APP Source
|
||||
|
||||
@@ -1207,5 +1207,5 @@ transport_layer_protocol=TLS Protocol
|
||||
av_voip_monit=VoIP\u76D1\u6D4B
|
||||
av_voip_reject=VoIP\u7BA1\u63A7
|
||||
label_proto_source=Protocol Source
|
||||
label_behav_source=Behavior Source
|
||||
label_app_source=APP Source
|
||||
label_behav_source=Behavior Source
|
||||
label_app_source=APP Source
|
||||
|
||||
@@ -1200,4 +1200,4 @@ av_voip_monit=VoIP\u76D1\u6D4B
|
||||
av_voip_reject=VoIP\u7BA1\u63A7
|
||||
label_proto_source=\u534F\u8BAE\u6765\u6E90
|
||||
label_behav_source=\u884C\u4E3A\u6765\u6E90
|
||||
label_app_source=\u5E94\u7528\u6765\u6E90
|
||||
label_app_source=\u5E94\u7528\u6765\u6E90
|
||||
|
||||
@@ -250,7 +250,7 @@ ntcMailLog=ntcMailLogs
|
||||
ntcFtpLog=ntcFtpLogs
|
||||
ntcAppLog=ntcAppLogs
|
||||
ntcDdosLog=ntcDdosLogs
|
||||
dkBehaviorLog=dkBehaviorLogs
|
||||
dkBehaviorLog=ntcAppLogs
|
||||
mmVoipLog=mmVoipLogs
|
||||
mmAvIpLog=mmAvIpLogs
|
||||
mmAvUrlLog=mmAvUrlLogs
|
||||
|
||||
2
src/main/resources/sql/20181010/add_bgp_message_type.sql
Normal file
2
src/main/resources/sql/20181010/add_bgp_message_type.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO sys_data_dictionary_name (`id`,`module_name`,`mark`,`remark`,`revision`,`create_time`,`modify_time`,`status`) VALUES(115,'BGP消息类型','BGP_MESSAGE_TYPE','','','2018-10-10 16:28:05','2018-10-10 16:28:05',1);
|
||||
insert into sys_data_dictionary_item (`id`,`item_code`,`item_value`,`item_desc`,`item_sort`,`status`,`type`,`dictionary_id`) values (2602,1,'open','',0,1,1,115),(2603,2,'keepalive','',0,1,1,115),(2604,3,'update','',0,1,1,115),(2605,4,'notification','',0,1,1,115)
|
||||
10
src/main/resources/sql/20181010/updateKeywords-district.sql
Normal file
10
src/main/resources/sql/20181010/updateKeywords-district.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE ssl_keyword_cfg MODIFY cfg_keywords VARCHAR(2048),MODIFY district varchar(128);
|
||||
ALTER TABLE app_ssl_cert_cfg MODIFY cfg_keywords VARCHAR(2048);
|
||||
ALTER TABLE app_string_feature_cfg MODIFY cfg_keywords VARCHAR(2048);
|
||||
ALTER TABLE byte_features_cfg MODIFY cfg_desc VARCHAR(128);
|
||||
ALTER TABLE complex_keyword_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE dns_domain_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE http_req_head_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE http_res_head_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE intercept_pkt_bin MODIFY district VARCHAR(128);
|
||||
ALTER TABLE mail_keyword_cfg MODIFY district VARCHAR(128),MODIFY cfg_keywords VARCHAR(2048);
|
||||
Reference in New Issue
Block a user