Hi!
I'm attempting to install Wazuh in a production setting.
We've encountered an issue during various deployments on the servers which had Wazuh running.
The servers in question are development Windows boxes that are running DFSR to sync files between each other.
It seems like when Wazuh agent is turned on, deployments start failing, causing files to get locked up, and some of them not to update.
I'm running the minimal config that looks something like this:
<agent_config>
<syscheck>
<disabled>no</disabled>
<scan_on_start>yes</scan_on_start>
<!-- Execute a scan every 60 minutes -->
<frequency>3600</frequency>
<directories check_all="yes" whodata="yes">C:\fl\directory</directories>
<file_limit>
<enabled>yes</enabled>
<entries>5000000</entries>
</file_limit>
</syscheck>
</agent_config>
Everything else aside from the 'syscheck' module is disabled.
Do you know of any potential fixes for these types of performance issues that cause files to be locked up?
The frequency interval in this case is 60 minutes, but even if the changes are done in between the 'scan frequency times,' the files still get locked.
Thanks,
Szymon