Sha256: d6d2c2f2f5c10b1478fa4c47612f976ed9d61b86a0798bdf4564c1bb1dbc8af5

Contents?: true

Size: 599 Bytes

Versions: 13

Compression:

Stored size: 599 Bytes

Contents

<source>
  type forward
</source>

<match test.*>
  type norikra_filter
  norikra localhost:26571
  <server>
    path /Users/tagomoris/.rbenv/versions/jruby-1.7.8/bin/norikra # $HOME
  </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>
  <fetch>
    method sweep
    tag field target
    tag_prefix count
    interval 5s
  </event>
</match>

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

<match **>
  type stdout
</match>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
fluent-plugin-norikra-0.4.4 example/test1.conf
fluent-plugin-norikra-0.4.3 example/test1.conf
fluent-plugin-norikra-0.4.2 example/test1.conf
fluent-plugin-norikra-0.4.1 example/test1.conf
fluent-plugin-norikra-0.4.0 example/test1.conf
fluent-plugin-norikra-0.3.0 example/test1.conf
fluent-plugin-norikra-patched-7-0.2.2 example/test1.conf
fluent-plugin-norikra-0.2.2 example/test1.conf
fluent-plugin-norikra-0.2.1 example/test1.conf
fluent-plugin-norikra-0.2.0 example/test1.conf
fluent-plugin-norikra-0.1.2 example/test1.conf
fluent-plugin-norikra-0.1.1 example/test1.conf
fluent-plugin-norikra-0.1.0 example/test1.conf