Sha256: 96515b9b0dce0a8b7f84609cb2e2f5bfb3cca64157ea27f4fc20ffd300b3b52a

Contents?: true

Size: 641 Bytes

Versions: 13

Compression:

Stored size: 641 Bytes

Contents

source {
  type :forward
}

home_dir = ::Object::ENV['HOME']

match('test.*') {
  type :norikra_filter
  norikra 'localhost:26571'
  server {
    path "#{home_dir}/.rbenv/versions/jruby-1.7.8/bin/norikra"
  }

  remove_tag_prefix 'test'
  target_map_tag true

  default {
    query {
      name "count_${target}"
      expression "SELECT '${target}' as target,count(*) AS cnt FROM ${target}.win:time_batch(30 sec)"
      group "testing"
      tag "count.x.${target}"
    }
  }

  fetch {
    method :sweep
    tag 'field target'
    tag_prefix 'count'
    interval 5
  }
}

match('fluent.*') {
  type :null
}

match('**') {
  type :stdout
}

Version data entries

13 entries across 13 versions & 2 rubygems

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