Sha256: 116796fefac290ea0896b44c3c44cecf244d356a580aa87174022543c750d81d

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

<source>
  @type dummy
  tag "test.*"
</source>
<match **>
  @type copy_ex
  <store>
    @type stdout
  </store>
  <store>
    @type file
    append true
    path "output.log"
    time_slice_format test-%Y-%m-%d
    <format>
      @type json
      localtime false
    </format>
    <buffer>
      @type memory
      flush_mode immediate
      flush_at_shutdown true
    </buffer>
  </store>
</match>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-copy_ex-0.1.0 example/stdout_and_file.conf