Replies: 1 comment
-
Please help me on this, i am still facing this issue. I set the path to path /opt/appxyz/logs/applog.log (instead of wild card *) where the live data is written by application but still facing same issue. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
The application log rotation policy is defined based on log file size to limit the disk space consumption.
I have the below tail plugin configutation and I onserved the tail plugin stops reading the data from the log file which is writing new logs of application.
The log files are generated in below format and each log file size is limit to 4096MB
applog.log
applog.log.1
applog.log.2
applog.log.3
and so on to max 10
Note: enable_stat_watcher set to true also results the same issue.
Please help me if any other parameter needs to be added in tail source configuration , would be great if working configuration with tuning parameters can be shared.
I did not face any issue if the files are rotated based on time.
Beta Was this translation helpful? Give feedback.
All reactions