flume拦截器失效

我看你看我Q 2019-01-16 07:36:47

我在测试flume1.6时,配置拦截器失效,但是数据能够正常接受,配置文件如下:

a1.sources = r1
a1.sinks = k1
a1.channels = c1

# Describe/configure the source
a1.sources.r1.type = exec
a1.sources.r1.channels = c1
a1.sources.r1.command = tail -F /tmp/spooldir/flume.log
#set 拦截器
a1.sources.r1.interceptors= i1
a1.sources.r1.interceptors.i1.type = host
a1.sources.r1.interceptors.i1.useIP = true
# Describe the sink
a1.sinks.k1.type = logger

# Use a channel which buffers events in memory
a1.channels.c1.type = memory
a1.channels.c1.capacity = 1000
a1.channels.c1.transactionCapacity = 100

# Bind the source and sink to the channel
a1.sources.r1.channels = c1
a1.sinks.k1.channel = c1

flume启动正常,数据接受正常,如下图:


哪位大神指点下!
...全文
193 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
AmazingWg 2019-07-18
  • 打赏
  • 举报
回复
配置source时多了一行a1.sources.r1.channels = c1,可以改完之后试试
我看你看我Q 2019-01-17
  • 打赏
  • 举报
回复
??什么意思

51,409

社区成员

发帖
与我相关
我的任务
社区描述
Java相关技术讨论
javaspring bootspring cloud 技术论坛(原bbs)
社区管理员
  • Java相关社区
  • 小虚竹
  • 谙忆
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧