diff options
| author | wangchengcheng <[email protected]> | 2022-08-11 14:29:07 +0800 |
|---|---|---|
| committer | wangchengcheng <[email protected]> | 2022-08-11 14:29:07 +0800 |
| commit | f64d73fc4ceb95a231348630d02670e4a10377db (patch) | |
| tree | fcae686a8c2e73c675abda036a5c979b3ed8829d /resources/service_bolt_config.properties | |
| parent | 37975911b7a358a4510abdcf995082a9bce15aa9 (diff) | |
2.修改getDy()函数业务逻辑。
Diffstat (limited to 'resources/service_bolt_config.properties')
| -rw-r--r-- | resources/service_bolt_config.properties | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/resources/service_bolt_config.properties b/resources/service_bolt_config.properties new file mode 100644 index 0000000..3c25f95 --- /dev/null +++ b/resources/service_bolt_config.properties @@ -0,0 +1,70 @@ +#Flooding-spout-field + + +#conn-bolt-StreamID +conn.dns.streamid=CONN-DNS-SOURCE +conn.ftp.streamid=CONN-FTP-SOURCE +conn.http.streamid=CONN-HTTP-SOURCE +conn.ip.streamid=CONN-IP-SOURCE +conn.jstx.streamid=CONN-JSTX-SOURCE +conn.mail.streamid=CONN-MAIL-SOURCE +conn.ssl.streamid=CONN-SSL-SOURCE +conn.vpn.streamid=CONN-VPN-SOURCE + + +#conn-ComponentId-spout +kafka.spout=KAFKA-SPOUT +transaction.spout=TRANSACTION-SPOUT +session.spout=SESSION-SPOUT + +#conn-ComponentId-bolt +conn.parse.componentid=CONN-PARSE-COMPONENTID + + +conn.ybinputsize.streamid=CONN-YBInputSize-STREAMID + + + +#safe-spout-field +safe.spout.field=SAFE-SOURCE + + +#GK-SOURCE-STREAMID +gk.ip.streamid=GK-IP-STREAMID +gk.dns.streamid=GK-DNS-STREAMID +gk.http.streamid=GK-HTTP-STREAMID +gk.ssl.streamid=GK-SSL-STREAMID +gk.wygjc.streamid=GK-WYGJC-STREAMID +gk.mail.streamid=GK-MAIL-STREAMID +gk.ftp.streamid=GK-FTP-STREAMID +gk.vpn.streamid=GK-VPN-STREAMID +gk.jstx.streamid=GK-JSTX-STREAMID + + +gk.count.streamid=GK-COUNT-STREAMID + + + +#JC-SOURCE-STREAMID +jc.ip.streamid=JC-IP-STREAMID +jc.dns.streamid=JC-DNS-STREAMID +jc.http.streamid=JC-HTTP-STREAMID +jc.ssl.streamid=JC-SSL-STREAMID +jc.wygjc.streamid=JC-WYGJC-STREAMID +jc.mail.streamid=JC-MAIL-STREAMID +jc.ftp.streamid=JC-FTP-STREAMID +jc.vpn.streamid=JC-VPN-STREAMID +jc.jstx.streamid=JC-JSTX-STREAMID +jc.pic.streamid=JC-PIC-STREAMID +jc.media.streamid=JC-MEDIA-STREAMID +jc.count.streamid=JC-COUNT-STREAMID + + + + + + + + + + |
