1:删除无用的数据库连接
2:修改pom中使用的hive版本为2.1.1 3:添加IP地址日志查询服务
This commit is contained in:
@@ -1,62 +1,6 @@
|
||||
#由于数据中心日志表的表名会变动,所以本系统中将日志中心的表名提取到配置文件中方便后期修改
|
||||
#\u6570\u636E\u4E2D\u5FC3hive\u6570\u636E\u5E93\u8868\u540D
|
||||
df_ip_port_log=t_df_ip_port_log
|
||||
df_http_req_log=t_df_http_req_log_v3
|
||||
df_http_res_log=t_df_http_res_log_v3
|
||||
df_http_keyword_log=t_df_http_keyword_log
|
||||
|
||||
df_mail_log=t_df_mail_log
|
||||
df_dns_log=t_df_dns_log
|
||||
df_ftp_log=t_df_ftp_log
|
||||
df_pptp_log=t_df_pptp_log
|
||||
df_l2tp_log=t_df_l2tp_log
|
||||
df_ipsec_log=t_df_ipsec_log
|
||||
df_openvpn_log=t_df_openvpn_log
|
||||
df_ssh_log=t_df_ssh_log
|
||||
df_ssl_log=t_df_ssl_log
|
||||
df_tunnel_random_log=t_df_tunnel_random_log
|
||||
|
||||
#\u6570\u636E\u4E2D\u5FC3\u795E\u901A\u6570\u636E\u5E93A\u7248\u8868\u540D
|
||||
DfIpPortLogA=t_xa_df_ip_port_log_hit_mpp
|
||||
DfHttpReqLogA=t_xa_df_http_req_log_hit_mpp
|
||||
DfHttpResLogA=t_xa_df_http_res_log_hit_mpp
|
||||
DfHttpKeywordLogA=t_xa_df_http_keyword_log_hit_mpp
|
||||
|
||||
DfMailLogA=t_xa_df_mail_log_hit_mpp
|
||||
DfDnsLogA=t_xa_df_dns_log_hit_mpp
|
||||
DfFtpLogA=t_xa_df_ftp_log_hit_mpp
|
||||
DfPptpLogA=t_xa_df_pptp_log_hit_mpp
|
||||
DfL2tpLogA=t_xa_df_l2tp_log_hit_mpp
|
||||
DfIpsecLogA=t_xa_df_ipsec_log_hit_mpp
|
||||
DfOpenvpnLogA=t_xa_df_openvpn_log_hit_mpp
|
||||
DfSshLogA=t_xa_df_ssh_log_hit_mpp
|
||||
DfSslLogA=t_xa_df_ssl_log_hit_mpp
|
||||
DfTunnelRandomLogA=t_xa_df_tunnel_random_log_hit_mpp
|
||||
|
||||
#\u795E\u901A\u6570\u636E\u5E93B\u7248\u8868\u540D
|
||||
DfIpPortLogB=t_xa_df_ip_port_log_mpp
|
||||
DfHttpReqLogB=t_xa_df_http_req_log_mpp
|
||||
DfHttpResLogB=t_xa_df_http_res_log_mpp
|
||||
DfHttpKeywordLogB=t_xa_df_http_keyword_log_mpp
|
||||
|
||||
DfMailLogB=t_xa_df_mail_log_mpp
|
||||
DfDnsLogB=t_xa_df_dns_log_mpp
|
||||
DfFtpLogB=t_xa_df_ftp_log_mpp
|
||||
DfPptpLogB=t_xa_df_pptp_log_mpp
|
||||
DfL2tpLogB=t_xa_df_l2tp_log_mpp
|
||||
DfIpsecLogB=t_xa_df_ipsec_log_mpp
|
||||
DfOpenvpnLogB=t_xa_df_openvpn_log_mpp
|
||||
DfSshLogB=t_xa_df_ssh_log_mpp
|
||||
DfSslLogB=t_xa_df_ssl_log_mpp
|
||||
DfTunnelRandomLogB=t_xa_df_tunnel_random_log_mpp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#由于数据中心hive日志表的表名会变动,所以本系统中将日志的表名提取到配置文件中方便后期修改,key是bean的名称+HiveTable,value是hive的实际表名
|
||||
NtcIpLogHiveTable=NTC_IP_LOG
|
||||
NtcHttpLogHiveTable=NTC_HTTP_LOG
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user