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