Skip to content

Commit 079ccf0

Browse files
authored
Merge pull request #45166 from libander/RHDEVDOCS-3431
RHDEVDOCS-3431 -- removed #32M from configuring-logging-collector
2 parents 2dc4ef4 + 708a3e1 commit 079ccf0

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

modules/cluster-logging-collector-tuning.adoc

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff 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
----

0 commit comments

Comments
 (0)