Sha256: 1fd4da61ba642c158344fa7085cd94259f2e08169fb68d5e8906d54158c1601c

Contents?: true

Size: 612 Bytes

Versions: 13

Compression:

Stored size: 612 Bytes

Contents

source {
  type :forward
}

match('test.*') {
  type :norikra
  norikra 'localhost:26571'

  remove_tag_prefix 'test'
  target_map_tag true

  default {
    include '*'
    exclude 'hhmmss'
  }

  target('data') {
    field_string 'name'
    field_integer 'age'
  }
}

source {
  type :norikra

  fetch {
    method :sweep
    # target => nil (group: default)
    tag 'field target'
    tag_prefix 'norikra.query'
    interval 3
  }

  fetch {
    method :event
    target 'data_count'
    tag 'string norikra.count.data'
    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/test_in_out.rb
fluent-plugin-norikra-0.4.3 example/test_in_out.rb
fluent-plugin-norikra-0.4.2 example/test_in_out.rb
fluent-plugin-norikra-0.4.1 example/test_in_out.rb
fluent-plugin-norikra-0.4.0 example/test_in_out.rb
fluent-plugin-norikra-0.3.0 example/test_in_out.rb
fluent-plugin-norikra-patched-7-0.2.2 example/test_in_out.rb
fluent-plugin-norikra-0.2.2 example/test_in_out.rb
fluent-plugin-norikra-0.2.1 example/test_in_out.rb
fluent-plugin-norikra-0.2.0 example/test_in_out.rb
fluent-plugin-norikra-0.1.2 example/test_in_out.rb
fluent-plugin-norikra-0.1.1 example/test_in_out.rb
fluent-plugin-norikra-0.1.0 example/test_in_out.rb