Skip to content

Commit 3ffd8f3

Browse files
like-inspurbinflying
authored andcommitted
update fluentd-es-configmap
queue_limit_length is not supported by fluentd, and I config total_limit_size 2G for buffer total size
1 parent a192b59 commit 3ffd8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/fluentd-elasticsearch/fluentd-es-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ data:
473473
retry_forever
474474
retry_max_interval 30
475475
chunk_limit_size 2M
476-
queue_limit_length 8
476+
total_limit_size 2G
477477
overflow_action block
478478
</buffer>
479479
</match>

0 commit comments

Comments
 (0)