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