Skip to content

Commit ab3d740

Browse files
BZ1867056:Remove legacy forwarding from fluentd
1 parent 2684611 commit ab3d740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-logging-collector-legacy-fluentd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To send logs using the Fluentd *forward* protocol, create a configuration file c
4141
flush_thread_count "2"
4242
retry_max_interval "300"
4343
retry_forever true
44-
overflow_action "exception"
44+
overflow_action "#{ENV['BUFFER_QUEUE_FULL_ACTION'] || 'throw_exception'}"
4545
</buffer>
4646
<server>
4747
host fluent-receiver.example.com

0 commit comments

Comments
 (0)