Documentation for reading rotated logs using file log receiver #34833
Labels
documentation
Improvements or additions to documentation
question
Further information is requested
receiver/filelog
Component(s)
receiver/filelog
Describe the issue you're reporting
The readme page of the file log receiver states that "File Log Receiver can read files that are being rotated." I am trying to read more about how it's done and whether there are any limitations.
Using Logrotate, for example, when rotating logs using create mode, it rotates the main log file by renaming the original one and creating a new one under the original name. If the process is actively writing to it while the file being rotated. Log might continue writing to the already rotated file. In a case like that,
This is probably a question for stackoverflow, but I either way, I would like some pointers to read more about the supporting of reading rotated files in general. Thank you.
The text was updated successfully, but these errors were encountered: