#由于数据中心日志表的表名会变动,所以本系统中将日志中心的表名提取到配置文件中方便后期修改 #\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 DnsIpCfg=dns_ip_cfg DnsDomainCfg=dns_domain_cfg IpPortCfg=ip_port_cfg HttpDomainCfg=http_domain_cfg HttpUrlCfg=http_url_cfg HttpBodyCfg=http_body_cfg HttpReqHeadCfg=http_req_head_cfg HttpResHeadCfg=http_res_head_cfg HttpIpCfg=http_ip_cfg MailFromCfg=mail_from_cfg MailToCfg=mail_to_cfg MailSubjectCfg=mail_subject_cfg MailContentCfg=mail_content_cfg MailAttachNameCfg=mail_attach_name_cfg MailAttachContentCfg=mail_attach_content_cfg MailIpCfg=mail_ip_cfg FtpAddrCfg=ftp_addr_cfg FtpFileNameCfg=ftp_file_name_cfg FtpFileContentCfg=ftp_file_content_cfg FtpIpCfg=ftp_ip_cfg L2tpIpCfg=l2tp_ip_cfg L2tpUrlCfg=l2tp_url_cfg PptpIpCfg=pptp_ip_cfg PptpUrlCfg=pptp_url_cfg OpenvpnIpCfg=openvpn_ip_cfg SshIpCfg=ssh_ip_cfg SslCertCfg=ssl_cert_cfg SslSniCfg=ssl_sni_cfg SslIpCfg=ssl_ip_cfg SipIpCfg=sip_ip_cfg SipOriginalCfg=sip_original_cfg SipTerminalCfg=sip_terminal_cfg RtpIpCfg=rtp_ip_cfg MmsIpCfg=mms_ip_cfg MmsUrlCfg=mms_url_cfg RtspIpCfg=rtsp_ip_cfg RtspUrlCfg=rtsp_url_cfg RtmpIpCfg=rtmp_ip_cfg RtmpUrlCfg=rtmp_url_cfg HttpsUrlCfg=https_url_cfg HttpsContentReplaceCfg=https_content_replace_cfg ByteFeaturesCfg=byte_features_cfg NumBoundaryCfg=num_boundary_cfg ComplexKeywordCfg=complex_keyword_cfg AppIdCfg=app_id_cfg AreaIpCfg=area_ip_cfg dns_ip_cfg=DnsIpCfg dns_domain_cfg=DnsDomainCfg ip_port_cfg=IpPortCfg http_domain_cfg=HttpDomainCfg http_url_cfg=HttpUrlCfg http_body_cfg=HttpBodyCfg http_req_head_cfg=HttpReqHeadCfg http_res_head_cfg=HttpResHeadCfg http_ip_cfg=HttpIpCfg mail_from_cfg=MailFromCfg mail_to_cfg=MailToCfg mail_subject_cfg=MailSubjectCfg mail_content_cfg=MailContentCfg mail_attach_name_cfg=MailAttachNameCfg mail_attach_content_cfg=MailAttachContentCfg mail_ip_cfg=MailIpCfg ftp_addr_cfg=FtpAddrCfg ftp_file_name_cfg=FtpFileNameCfg ftp_file_content_cfg=FtpFileContentCfg ftp_ip_cfg=FtpIpCfg l2tp_ip_cfg=L2tpIpCfg l2tp_url_cfg=L2tpUrlCfg pptp_ip_cfg=PptpIpCfg pptp_url_cfg=PptpUrlCfg openvpn_ip_cfg=OpenvpnIpCfg ssh_ip_cfg=SshIpCfg ssl_cert_cfg=SslCertCfg ssl_sni_cfg=SslSniCfg ssl_ip_cfg=SslIpCfg sip_ip_cfg=SipIpCfg sip_original_cfg=SipOriginalCfg sip_terminal_cfg=SipTerminalCfg rtp_ip_cfg=RtpIpCfg mms_ip_cfg=MmsIpCfg mms_url_cfg=MmsUrlCfg rtsp_ip_cfg=RtspIpCfg rtsp_url_cfg=RtspUrlCfg rtmp_ip_cfg=RtmpIpCfg rtmp_url_cfg=RtmpUrlCfg https_url_cfg=HttpsUrlCfg https_content_replace_cfg=HttpsContentReplaceCfg byte_features_cfg=ByteFeaturesCfg num_boundary_cfg=NumBoundaryCfg complex_keyword_cfg=ComplexKeywordCfg app_id_cfg=AppIdCfg area_ip_cfg=AreaIpCfg