Hi,
I am raising this query after reviewing several existing discussions related to vulnerabilities not being reported.
We are currently operating a Wazuh cluster with thousands of agents. However, a set of these agents is not reporting vulnerability data.
could you advise on the recommended starting points for troubleshooting this issue from the agent side?
For context, our environment was initially deployed with version 4.9.2 and subsequently upgraded in sequence through the following versions:
4.12.0 → 4.13.1 → 4.14.0 → 4.14.1 → 4.14.2 → 4.14.4.1.
The current running version is WAZUH_VERSION: 4.14.4-1.
Though the packages details are reported below
Menu (☰)
→ Security Operations
→ IT Hygiene
→ Software
However, no entries are observed under the vulnerabilities section (Critical/High/Medium/Low).
Additionally, executing the following command on the master node managing the agent:
returns no output, including when reviewing logs under /var/ossec/logs/wazuh/2026/Apr/*.
In this scenario, what would be the recommended next step for troubleshooting?
The username or password will be your indexer user password.
You can use the user admin and the admin user password that you use for login to the dashboard.
Ex:
curl -u admin:Your_admin_Pass --cacert /etc/filebeat/certs/root-ca.pem --cert <path-client.pem> --key <path-client-key.pem> -X GET "https://<indexer_address>:9200/_cluster/health"