Hi,
Based on your input, it seems you are trying to monitor a large directory in real-time using the whodata function.
Please follow the steps below to investigate and troubleshoot the issue:
In Wazuh FIM, there is a recursion level, which is set to 256 by default.
If the directory you are monitoring exceeds this level, it can lead to issues with monitoring or performance.
Run the following command to check how deep your monitored directory structure goes:
find /your/directory/path -type d | awk -F/ '{print NF}' | sort -n | tail -1
Replace /your/directory/path with the actual path you're monitoring.
You can refer to the Wazuh syscheck configuration documentation for more details on adjusting the recursion level.
Hi,
If you are configuring the agent using Wazuh centralized agent configuration, make sure that remote commands for agent modules are enabled.
This can be done by adding the following line to the agent’s local_internal_options.conf file:
/var/ossec/etc/local_internal_options.conf
Add the following line:
wazuh_command.remote_commands=1
You can refer to the Wazuh centralized agent configuration documentation for more details.
If the issue still persists, please share your configuration files with us so we can validate them from our side. Also, provide both the Wazuh agent and Wazuh manager /var/ossec/etc/ossec.log files for further analysis.
You can also refer to the Wazuh FIM configuration documentation for more information on configuration and validation steps.
Hi,
I apologize for the delayed response. The error you're encountering on the Wazuh dashboard appears to be due to the Wazuh manager service being down.
To assist you better, please provide the following details:
The configuration you are attempting to apply to the agents.
Your Wazuh deployment type (e.g., OVA, single-node, or distributed).
The version of the Wazuh service you are using.
You may also refer to the Wazuh troubleshooting documentation for additional guidance.
Kindly share the requested details and the full output of the above commands for further investigation.