配置文件重命名:

1、matt.properties --> applicationConfig-maatOracle.properties;
2、serviceTable.properties --> applicationConfig-rule.properties;
3、table.properties --> applicationLog-hive.properties;
4、commonSources.xml --> applicationConfig-parser.xml;
commonSourcesSchema.xsd --> applicationConfig-parser.schema.xsd;
5、maat.xml --> applicationConfig-maatRedis.xml; maat.xsd -->
applicationConfig-maatRedis.schema.xml;
This commit is contained in:
zhangdongxu
2018-07-13 15:20:04 +08:00
parent db4bdd7722
commit 30e09bfeda
10 changed files with 18 additions and 17 deletions

View File

@@ -0,0 +1,32 @@
#由于数据中心hive日志表的表名会变动,所以本系统中将日志的表名提取到配置文件中方便后期修改,key是bean的名称+HiveTable,value是hive的实际表名
NtcIpLogHiveTable=NTC_IP_LOG
NtcHttpLogHiveTable=NTC_HTTP_LOG
NtcDnsLogHiveTable=NTC_DNS_LOG
NtcMailLogHiveTable=NTC_MAIL_LOG
NtcSslLogHiveTable=NTC_SSL_LOG
NtcPptpLogHiveTable=NTC_PPTP_LOG
NtcL2tpLogHiveTable=NTC_L2TP_LOG
NtcOpenvpnLogHiveTable=NTC_OPENVPN_LOG
NtcIpsecLogHiveTable=NTC_IPSEC_LOG
NtcSshLogHiveTable=NTC_SSH_LOG
NtcFtpLogHiveTable=NTC_FTP_LOG
NtcAppLogHiveTable=NTC_APP_LOG
NtcDdosLogHiveTable=NTC_DDOS_LOG
DkBehaviorLogHiveTable=DK_BEHAVIOR_LOG