Flume Dynamic_Complement Initial Commit 202006121927

This commit is contained in:
caohui
2020-06-12 19:28:37 +08:00
commit f8dfa376c3
13 changed files with 1753 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#kafka broker下的topic名称
#kafka.topic=SESSION-TEST-LOG
#数据中心UID
#data.center.id.num=15
#zookeeper.servers=192.168.40.207:2181
#用于过滤对准用户名
#check.ip.scope=10,100,192
#获取Schema的网址
schema.http=http://192.168.40.224:9999/metadata/schema/v1/fields/security_event_log
#定位库位置
ip.library=E:/workdata/ip_all/
#hbase-zookeeper地址
#hbase.zookeeper.servers=192.168.40.186:2182
hbase.zookeeper.servers=192.168.40.224:2181
#hbase表名
hbase.table.name=subscriber_info
#邮件默认编码
mail.default.charset=UTF-8