Sha256: f87e8dbc70ff48d1e8bf0ce5d7683e0e0142413d266ac88f0bcdff65821bdd67

Contents?: true

Size: 722 Bytes

Versions: 161

Compression:

Stored size: 722 Bytes

Contents

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

<match dummy.**>
  @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

161 entries across 161 versions & 2 rubygems

Version Path
fluentd-1.11.1-x86-mingw32 example/out_null.conf
fluentd-1.11.1-x64-mingw32 example/out_null.conf
fluentd-1.11.1 example/out_null.conf
fluentd-1.11.0-x64-mingw32 example/out_null.conf
fluentd-1.11.0-x86-mingw32 example/out_null.conf
fluentd-1.11.0 example/out_null.conf
fluentd-1.10.4-x86-mingw32 example/out_null.conf
fluentd-1.10.4-x64-mingw32 example/out_null.conf
fluentd-1.10.4 example/out_null.conf
fluentd-1.10.3-x64-mingw32 example/out_null.conf
fluentd-1.10.3-x86-mingw32 example/out_null.conf
fluentd-1.10.3 example/out_null.conf
fluentd-1.10.2-x64-mingw32 example/out_null.conf
fluentd-1.10.2-x86-mingw32 example/out_null.conf
fluentd-1.10.2 example/out_null.conf
fluentd-1.10.1-x86-mingw32 example/out_null.conf
fluentd-1.10.1-x64-mingw32 example/out_null.conf
fluentd-1.10.1 example/out_null.conf
fluentd-1.10.0-x64-mingw32 example/out_null.conf
fluentd-1.10.0-x86-mingw32 example/out_null.conf