Sha256: e4b9217c39d297a9e6d3d604157d2249b2155f63fe79fb997ed078de8bdc314a

Contents?: true

Size: 339 Bytes

Versions: 8

Compression:

Stored size: 339 Bytes

Contents

<source>
  type dummy
  tag dummy
  dummy {"message":"foo","time":1432732710,"members":["Alice"]}
</source>

<match dummy>
  type record_reformer
  renew_time_key time
  tag reformed.${tag}
  enable_ruby true
  auto_typecast true
  <record>
    members ${members + ["Bob"]}
  </record>
</match>

<match reformed.**>
  type stdout
</match>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluent-plugin-record-reformer-0.9.0 example.conf
fluent-plugin-record-reformer-0.8.3 example.conf
fluent-plugin-record-reformer-0.8.2 example.conf
fluent-plugin-record-reformer-0.8.1 example.conf
fluent-plugin-record-reformer-0.8.0 example.conf
fluent-plugin-record-reformer-0.7.2 example.conf
fluent-plugin-record-reformer-0.7.1 example.conf
fluent-plugin-record-reformer-0.7.0 example.conf