Sha256: 775bd3637eb91a78967ecb02389de6008d74d90bc7698b817aa5111ff7cfa09a

Contents?: true

Size: 606 Bytes

Versions: 9

Compression:

Stored size: 606 Bytes

Contents

<source>
  type forward
</source>

<match test.*>
  type norikra
  norikra localhost:26571
  <server>
    execute yes
    path /Users/tagomoris/.rbenv/versions/jruby-1.7.3/bin/norikra
  </server>

  remove_tag_prefix test
  target_map_tag yes

  <default>
    <query>
      name count_${target}
      expression SELECT '${target}' as target,count(*) AS cnt FROM ${target}.win:time_batch(30 sec)
    </query>
  </default>
  <event>
    method sweep
    tag field target
    tag_prefix count
    sweep_interval 5s
  </event>
</match>

<match fluent.*>
  type null
</match>

<match **>
  type stdout
</match>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluent-plugin-norikra-0.0.9 example/test1.conf
fluent-plugin-norikra-0.0.8 example/test1.conf
fluent-plugin-norikra-0.0.7 example/test1.conf
fluent-plugin-norikra-0.0.6 example/test1.conf
fluent-plugin-norikra-0.0.5 example/test1.conf
fluent-plugin-norikra-0.0.4 example/test1.conf
fluent-plugin-norikra-0.0.3 example/test1.conf
fluent-plugin-norikra-0.0.2 example/test1.conf
fluent-plugin-norikra-0.0.1 example/test1.conf