Fluent Bit cannot resume logs from file storage once the connection to the upstream is restored. #9353
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Might be worth explicitly setting the retry limit on output to false/no_limits: https://docs.fluentbit.io/manual/administration/scheduling-and-retries I'm confused though, are you sending the logs somewhere else over TCP then picking them up there with logstash and if so have you ruled out logstash? Otherwise why not just use the |
Beta Was this translation helpful? Give feedback.
-
Thanks @patrick-stephens ! That works for me! Yeah I am sending logs through tcp and then pick them up with logstash, cuz that is the only way we are supporting right now. BTW, do you know the how much data could be stored in one chunk? |
Beta Was this translation helpful? Give feedback.
Might be worth explicitly setting the retry limit on output to false/no_limits: https://docs.fluentbit.io/manual/administration/scheduling-and-retries
I'm confused though, are you sending the logs somewhere else over TCP then picking them up there with logstash and if so have you ruled out logstash? Otherwise why not just use the
es
output to send directly to Elasticsearch?