Sha256: 36a678637807e2c571850b98e1a5719ccd7fadb2d94afee5b70fd6eb32c6aed0

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 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 *
  </store>
  <store>
    type reemit # re-emitted messages are not absorbed by <match **>
  </store>
</match>

<match **>
  type stdout
</match>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-reemit-0.1.0 examples/reemit.conf
fluent-plugin-reemit-0.0.5 examples/reemit.conf
fluent-plugin-reemit-0.0.4 examples/reemit.conf
fluent-plugin-reemit-0.0.3 examples/reemit.conf
fluent-plugin-reemit-0.0.2 examples/reemit.conf