Hi
John
Logs are being copied to /nfs/TEST folder by an automated process every hour. The file naming format is ABCD.log.
The wazuh Linux agent is set to read the .log files inside
/nfs/TEST (below are the configuration)
<localfile>
<log_format>syslog</log_format>
<location>/nfs/TEST/*.log</location>
</localfile>
However, the agent does not read the files. But when we open an existing file and add a few lines manually at the end of the file, the agent fetches the last records we added manually. If not it does not read the file at all.
Hope the above information is helpful.
Thank you