You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since the fluent-bit tail plugin reads the file, it will read from the file header.I used fluent-bit to configure a db parameter to record the offset of the file. Now because of the large amount of log files, the io operation of the db file reaches 40 times per second, causing the io wait of the cpu to be relatively high. What parameters can control the fluent-bit read file only reads the current file append similar to linux's tail -f mode , so I can directly remove the db file to reduce the cpu io wait time, thanks!
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
The version I am using is 0.12. I just found a bug fix. Https://github.com/fluent/fluent-bit/issues/474
In fact, what I want is this effect. By default, I only read and write from the end. I am going to try it up to 0.13.
Is your feature request related to a problem? Please describe.
Since the fluent-bit tail plugin reads the file, it will read from the file header.I used fluent-bit to configure a db parameter to record the offset of the file. Now because of the large amount of log files, the io operation of the db file reaches 40 times per second, causing the io wait of the cpu to be relatively high. What parameters can control the fluent-bit read file only reads the current file append similar to linux's tail -f mode , so I can directly remove the db file to reduce the cpu io wait time, thanks!
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: