a1.sources = r1
a1.sinks = k1
a1.channels = c1 # Describe/configure the source
a1.sources.r1.type = netcat
a1.sources.r1.bind = localhost
a1.sources.r1.port = 44444
a1.sources.r1.interceptors =i5
#a1.sources.r1.interceptors.i4.type = timestamp
#a1.sources.r1.interceptors.i2.type = host
#a1.sources.r1.interceptors.i3.type = static
#a1.sources.r1.interceptors.i3.key = datacenter
#a1.sources.r1.interceptors.i3.value = NEW_YORK
#a1.sources.r1.interceptors.i1.type=regex_extractor
#a1.sources.r1.interceptors.i1.regex = (\\d):(\\d):(\\d)
#a1.sources.r1.interceptors.i1.serializers = s1 s2 s3
#a1.sources.r1.interceptors.i1.serializers.s1.name = one
#a1.sources.r1.interceptors.i1.serializers.s2.name = two
#a1.sources.r1.interceptors.i1.serializers.s3.name = three
a1.sources.r1.interceptors.i5.type=regex_filter
a1.sources.r1.interceptors.i5.regex=(\\w):(\\w):(\\w) # 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

最新文章

  1. HTTP 2.0的那些事
  2. PS:蓝天白云的制作
  3. js 中{},[]中括号,大括号使用详解
  4. 富文本KidnEditor在MVC中的应用
  5. android: SQLite更新数据
  6. TaskHosting - 开发桌面工具原来还可以这么简单
  7. jsCodeWar 多函数嵌套调用
  8. express 4.x 模板引擎与express.static
  9. vi/vim使用指北 ---- Beyond the Basic
  10. JSON Date Format/JSON 日期格式方法分享
  11. Drawable(1)各种Drawable Resource介绍
  12. cygwin编译SDL1.2
  13. sql 学习笔记 档
  14. Memcached启动脚本
  15. 嵌入式C快速翻转一个任何类型的数的二进制位
  16. vue 安装及使用
  17. Java中的equals和hashCode方法详解
  18. Hibernate多对一ManytoOne
  19. 洗礼灵魂,修炼python(11)--python函数,模块
  20. CBV FBV rest framework

热门文章

  1. POJ 3373 Changing Digits 记忆化搜索
  2. luogu P1214 [USACO1.4]等差数列 Arithmetic Progressions
  3. Scala之Future超时
  4. SQLServer出现不允许保存更改的问题解决
  5. SpringMVC Controller 介绍【转】
  6. HBase1.0以上版本号的API改变
  7. rsync的几则tips(渗透技巧)
  8. Android解析聚合数据之天气预报
  9. IIS配置asp.net网站
  10. Deploying Docker images via SSH