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