Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Releases: childe/hangout

0.1.9

11 Jan 15:27
Compare
Choose a tag to compare

add more test cases
could load geoip2 database from http server

0.1.8.2

17 Aug 08:42
Compare
Choose a tag to compare

fix: register exit hook for all output plugins

0.1.8

16 Aug 11:23
Compare
Choose a tag to compare

shutdown gracefully.

  1. kafka input will shutdown consumer,executor and then await termination form some time.
  2. elasticsearch output will bulk immediately and then await close (bulk if needed) for some time.

0.1.7

10 Jun 07:02
Compare
Choose a tag to compare

add Filters filter

0.1.6

01 Jun 06:01
Compare
Choose a tag to compare
  1. ES output可以设置sniff为false
  2. 可以从Http远端加载dictionary
  3. grok可以部署encoding
  4. 升级了snakeyaml
  5. 增加了针对kafka 0.9.0.1的新的kafka input
  6. 增加了一些日志

0.1.4

21 Mar 08:06
Compare
Choose a tag to compare
  1. 配置文件可以从 http 拉取
  2. translate中的字典文件可以从Http拉取

0.1.3.2

28 Dec 11:18
Compare
Choose a tag to compare

和0.1.3一样, 只是Elasticsearch output支持2.0/2.1版本

0.1.3

28 Dec 11:18
Compare
Choose a tag to compare
  1. 稍微重构了input框架
  2. 增加了geoip2 filter
  3. Converter filter中 , 转换失败的, 可以选择删除这个字段, 或者给它一个默认值.
  4. 增加了user agent filter
  5. json可以放入某个target下面
  6. Es output可以定义id
  7. 修改了es2.X package里面的不能输出日志到文件的问题
  8. 稍微重构了filter, 定义了通用了postprocess方法.

0.1.2

13 Nov 06:20
Compare
Choose a tag to compare
  1. 增加了elasaticsearch output中的日志, bulk后如果有失败的日志,不管是否需要重试,都打印一份日志.
  2. kafka input中, consumer拿到的字节流, 默认用utf8编码, 并可自定义编码.
  3. 增加了convert filter. 可以将字段值转为int long float double boolean string等类型.

0.1.1

05 Nov 06:50
Compare
Choose a tag to compare

codec定义为json时, 如果解析不了, 则按plain处理, 而不是丢弃.