Sha256: 3316485dc75229674438a43dfde2095ce1f2d9165ff606c815c2344fe018e267

Contents?: true

Size: 726 Bytes

Versions: 133

Compression:

Stored size: 726 Bytes

Contents

#
# bundle exec bin/fluentd -c example/out_buffered_null.conf
#   (+ --emit-error-log-interval 10)
<source>
  @type sample
  tag sample
  rate 500000000
  sample [
    {"message": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"},
    {"message": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"},
    {"message": "ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"}
  ]
</source>

<match sample.**>
  @type null
  <buffer>
    flush_interval 60s
    chunk_limit_size 1k
    total_limit_size 4k
  </buffer>
</match>

<label error_log>
  <match **>
    @type stdout
    # <buffer>
    #   flush_interval 1s
    # </buffer>
  </match>
</label>

<match fluent.**>
  @type relabel
  @label error_log
</match>

Version data entries

133 entries across 133 versions & 7 rubygems

Version Path
fluentd-1.16.7-x64-mingw32 example/out_null.conf
fluentd-1.16.7-x86-mingw32 example/out_null.conf
fluentd-1.16.7-x64-mingw-ucrt example/out_null.conf
fluentd-1.16.7 example/out_null.conf
fluentd-1.18.0-x64-mingw-ucrt example/out_null.conf
fluentd-1.18.0-x86-mingw32 example/out_null.conf
fluentd-1.18.0-x64-mingw32 example/out_null.conf
fluentd-1.18.0 example/out_null.conf
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_null.conf
fluentd-1.16.6-x86-mingw32 example/out_null.conf
fluentd-1.16.6-x64-mingw32 example/out_null.conf
fluentd-1.16.6-x64-mingw-ucrt example/out_null.conf
fluentd-1.16.6 example/out_null.conf
fluentd-1.17.1-x86-mingw32 example/out_null.conf
fluentd-1.17.1-x64-mingw32 example/out_null.conf
fluentd-1.17.1-x64-mingw-ucrt example/out_null.conf
fluentd-1.17.1 example/out_null.conf
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_null.conf
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_null.conf
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_null.conf