how can I read file with tail plugin on last readed position? #10001
Unanswered
Alex4ndrKuzmin
asked this question in
Q&A
Replies: 1 comment
-
That is what the DB parameter is for: https://docs.fluentbit.io/manual/pipeline/inputs/tail#keep_state |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there currently a way to start reading a file from the place where reading stopped when the fluent-bit service was stopped? In my application, which uses the fluent-bit C API, there is a need to periodically update the configuration, which causes the tail plugin to stop reading the file for a short time. In this case, some of the records are lost.
Beta Was this translation helpful? Give feedback.
All reactions