fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.26k stars 978 forks source link

Set flush_interval to be configurable for forward and syslog images #1386

Closed orgads closed 1 year ago

orgads commented 1 year ago

The default is 60, which results in a serious delay. Most of the other backends set a lower interval. Since the work of forward and syslog is minimal, flushing every 5 seconds should be safe.

The intervals can be set by env variables FLUENT_SYSLOG_FLUSH_INTERVAL and FLUENT_FORWARD_FLUSH_INTERVAL respectively.

github-actions[bot] commented 1 year ago

This PR has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this PR will be closed in 30 days

orgads commented 1 year ago

ping

github-actions[bot] commented 1 year ago

This PR has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this PR will be closed in 30 days

orgads commented 1 year ago

ping

ashie commented 1 year ago

Thanks!