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

Releases: childe/hangout

v0.4.0

07 Sep 08:24
Compare
Choose a tag to compare

重构了框架

es-6.2.2

09 Mar 07:04
Compare
Choose a tag to compare
es.6.2.2

es-6.1.1

09 Mar 07:06
Compare
Choose a tag to compare
es 6.1.1

ES output支持route

16 Aug 01:31
Compare
Choose a tag to compare

ES output支持route

Metrics Plugin

05 Jul 07:47
Compare
Choose a tag to compare

为了实现对各个agent的统一性能和运行情况监控,在input/filter/output之外又提供了种叫Metrics的plugin, 用来监控应用的指标, 目前(0.3.0)提供了两种插件, 一种写一些性能数据到Graphit, 一种是restful接口提供性能监控、探活.

metrics:
    - Graphit:
        port: 2004  # graphit port
        host: 10.0.0.100  # graphit host
        prefix: hangout
        metrics:
            com.codahale.metrics.JvmAttributeGaugeSet: [] # empty list will register all metrics in it
            com.codahale.metrics.jvm.MemoryUsageGaugeSet: []
            com.codahale.metrics.jvm.ThreadStatesGaugeSet: []
            com.codahale.metrics.jvm.GarbageCollectorMetricSet: []

    - Watcher:
        host: 0.0.0.0
        port: 8080

metric count, 可以记录流经每个plugin的数据多少, 开发新的plugin可以参考stdin-input和stdout-output里面的计数方法.

在使用的时候需要注意, yml配置文件中需要指明meter_name才可以记录.

Stdin: meter_name: stdin1

Elasticsearch Output可以配置额外属性

15 May 10:15
Compare
Choose a tag to compare

紧急修复Elasticsearch配置兼容问题

03 May 09:25
Compare
Choose a tag to compare

Elasticsearch Output中的配置是bulk_actions, 不是bulk_action

0.2.1

07 Mar 07:31
Compare
Choose a tag to compare

修复了gsub 和date两个filter中, 可能取不到值的BUG.

0.2.0

06 Mar 08:58
Compare
Choose a tag to compare

一次大的结构的更改

for ES5.0.0, a hasty version

28 Oct 02:03
Compare
Choose a tag to compare