Sha256: c6a0ddd29f91f6aac1e67bfdca9701486bac005211066e06409f289404ccdcbb

Contents?: true

Size: 531 Bytes

Versions: 5

Compression:

Stored size: 531 Bytes

Contents

<source>
  type gc_stat
  emit_interval 1s
  tag gc_stat
</source>

<match flowcount>
  type stdout
</match>

<match **>
  type copy
  <store>
    type flowcounter
    count_keys *
    unit second
  </store>
  <store>
    type reemit # re-emitted messages are not absorbed by <match **>
  </store>
</match>


<match gc_stat>
  type copy
  <store>
    type stdout
  </store>
  <store>
    type reemit # re-emitted messages are not absorbed by <match **> OR the <match gc_stat>
  </store>
</match>

<match **>
  type stdout
</match>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-reemit-0.3.2 examples/multiple_reemit.conf
fluent-plugin-reemit-0.3.1 examples/multiple_reemit.conf
fluent-plugin-reemit-0.3.0 examples/multiple_reemit.conf
fluent-plugin-reemit-0.2.1 examples/multiple_reemit.conf
fluent-plugin-reemit-0.2.0 examples/multiple_reemit.conf