Skip to content

Commit 3bedcb6

Browse files
authored
Merge pull request #36200 from chinmayi-chandrasekar/BZ1867056_fluentd_legacy_forward
BZ1867056: remove legacy forwarding from fluentd
2 parents 2684611 + ab3d740 commit 3bedcb6

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)