flush_mode interval
flush_interval 1s
didn't flush but flush_at_shutdown true
did
#3906
jayenashar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i'm not sure if i've misconfigured fluentd or what, but sometimes the buffer gets stuck and doesn't flush no matter how many times i restart fluentd. i did manage to flush it with
flush_at_shutdown true
but i don't understand why sometimesflush_mode interval
flush_interval 1s
doesn't work.it always logs
[debug]: #0 flush_thread actually running
when starting fluentd (once for each thread)here's my buffer config:
and the log when it did flush:
Beta Was this translation helpful? Give feedback.
All reactions