File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed
Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -151,20 +151,19 @@ $ oc extract configmap/fluentd --confirm
151151.Example fluentd.conf
152152[source,terminal]
153153----
154- <buffer>
155- @type file
156- path '/var/lib/fluentd/default'
157- flush_mode interval
158- flush_interval 5s
159- flush_thread_count 3
160- flush_at_shutdown true
161- retry_type periodic
162- retry_wait 1s
163- retry_max_interval 300s
164- retry_forever true
165- queued_chunks_limit_size "#{ENV['BUFFER_QUEUE_LIMIT'] || '32' }"
166- total_limit_size "#{ENV['TOTAL_LIMIT_SIZE'] || 8589934592 }" #32M
167- chunk_limit_size "#{ENV['BUFFER_SIZE_LIMIT'] || '8m'}"
168- overflow_action throw_exception
169- </buffer>
154+ <buffer>
155+ @type file
156+ path '/var/lib/fluentd/default'
157+ flush_mode interval
158+ flush_interval 5s
159+ flush_thread_count 3
160+ retry_type periodic
161+ retry_wait 1s
162+ retry_max_interval 300s
163+ retry_timeout 60m
164+ queued_chunks_limit_size "#{ENV['BUFFER_QUEUE_LIMIT'] || '32'}"
165+ total_limit_size 32m
166+ chunk_limit_size 8m
167+ overflow_action throw_exception
168+ </buffer>
170169----
You can’t perform that action at this time.
0 commit comments