Sha256: 2bb5453f82802ed3e39c149c6ba64f14dc8fe20bfaba4950bf30765f1a3a844a

Contents?: true

Size: 351 Bytes

Versions: 15

Compression:

Stored size: 351 Bytes

Contents

<source>
  type forward
</source>

# out_sampling_filter strongly recommended
<match test.**>
  type sampling_filter
  interval 2
  remove_prefix test
  add_prefix sampled
</match>

<match sampled.**>
  type datacounter
  tag result
  aggregate all
  count_key field
  pattern1 ok ^OK
  pattern2 ng ^NG
</match>

<match result>
  type stdout
</match>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fluent-plugin-datacounter-1.0.0 example.conf
fluent-plugin-datacounter-0.5.0 example.conf
fluent-plugin-datacounter-0.4.5 example.conf
fluent-plugin-datacounter-0.4.4 example.conf
fluent-plugin-datacounter-0.4.3 example.conf
fluent-plugin-datacounter-0.4.2 example.conf
fluent-plugin-datacounter-0.4.1 example.conf
fluent-plugin-datacounter-0.4.0 example.conf
fluent-plugin-datacounter-0.3.1 example.conf
fluent-plugin-datacounter-0.3.0 example.conf
fluent-plugin-datacounter-0.2.2 example.conf
fluent-plugin-datacounter-0.2.1 example.conf
fluent-plugin-datacounter-0.2.0 example.conf
fluent-plugin-datacounter-0.1.1 example.conf
fluent-plugin-datacounter-0.1.0 example.conf