Sha256: 526b3265eb5b0289dddb33d0b349126e8330ee840c09dad47b81fbc68e2d9f81

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

<source>
  @type forward
  port 24224
</source>

<match w.**>
  @type records_merger
  tag result
  merge_timing before
  main_tag w.main
  sub_tag1 w.sub
  condition sub1["word"] == "hello"
  <record>
    main  ${main["word"]}
    sub   ${sub1["word"]}
  </record>
</match>

<match q.**>
  @type records_merger
  tag result
  merge_timing before
  main_tag q.main
  sub_tag1 q.sub1
  condition sub1["state"] == false
  <record>
    main  ${main["word"]}
    sub   ${sub1["word"]}
  </record>
</match>


<match result>
  @type stdout
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-records-merger-0.1.6 example/fluent.conf
fluent-plugin-records-merger-0.1.5 example/fluent.conf
fluent-plugin-records-merger-0.1.4 example/fluent.conf