To investigate this issue, the following information is required. You can obtain it as described below:
Wazuh versions (Manager, Indexer, Dashboard) and Docker image tags
Check the Docker image tags or run wazuh-manager -v inside the manager container.
Vulnerability Detection status
Review the <vulnerability-detection> section in ossec.conf on the Wazuh Manager to confirm it is enabled.
Syscollector status
Verify that <wodle name="syscollector"> is enabled in the agent configuration.
Relevant logs
Check Wazuh Manager logs for vulnerability-related messages, for example in /var/ossec/logs/ossec.log or by running docker logs wazuh-manager.
Inventory update
Confirm that agents reported updated package inventory after the server updates.
If you share me more this details, I can try to help you to identify why the vulnerability count did not change.
Below are links to the official Wazuh documentation that explain these components in detail:
The problem is that he Indexer restarted 7 hours ago, but the Manager did not. When the Indexer goes down, the Manager (specifically the filebeat service inside it) often stops sending data or gets stuck waiting for the connection to come back. Even if the Indexer comes back up, the Manager's shipping pipeline might be "stalled."
Step 1:
We need to re-establish the connection chain. Since you are on Docker, please run these commands on your host machine:
Restart the Manager to reconnect to the Indexer:
Wait 2 minutes, then check the Filebeat logs inside the manager to ensure it is talking to the indexer:
Step 2
If the restart didn't solve it after a few minutes, your Vulnerability Database inside the container might be stale.
Let's force Wazuh to delete its internal database and re-download the vulnerability definitions from scratch.
Run these commands on your Docker Host:
Enter the Manager container as root:
Stop the Wazuh service (inside the container):
Check if the database file exists:
ls -l /var/ossec/queue/vulnerabilities/cve.db
rm -f /var/ossec/queue/vulnerabilities/cve.db
It will start downloading the OVAL/NVD feeds.
Once downloaded, it will re-scan your inventory.