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
We are experiencing an issue where fluentd repeatedly processes the same logs despite the pos_file being updated. The problem persists even after verifying the file permissions and Fluenetd's configurations. Logs are repeated in fluentd output and debug logs indicate re-reading of the same log lines.
in logfile we have first added , a,b,c,d then e,f,g,h then i,j,k,l,m,n,p but every time its giving whole log file output. even pos_file is updating the first Unique number updates every time after log change the second unique number remains same whole time.
Describe the bug
We are experiencing an issue where fluentd repeatedly processes the same logs despite the pos_file being updated. The problem persists even after verifying the file permissions and Fluenetd's configurations. Logs are repeated in fluentd output and debug logs indicate re-reading of the same log lines.
To Reproduce
Download Link : https://td-agent-package-browser.herokuapp.com/lts/5/amazon/2023/x86_64
Expected behavior
Fluent should process each log line once and continue from the last position after a restart or rotation.
Your Environment
Your Configuration
Your Error Log
Additional context
in logfile we have first added ,
a,b,c,d
thene,f,g,h
theni,j,k,l,m,n,p
but every time its giving whole log file output. even pos_file is updating the first Unique number updates every time after log change the second unique number remains same whole time./home/ec2-user/log1.txt 000000000000001e 000000000025f4f5
The text was updated successfully, but these errors were encountered: