Hi,
I recently updated the Wazuh manager from version 4.13 to 4.14.1 and, according to the following documentation, Debian 10 still appears to be supported:
However, I’m not seeing any data in the Inventory tab for my Debian 10 agent.
Could you please advise?
Thanks in advance.

First, thank you for the detailed information you shared.
We’d like to reiterate an important point regarding the behavior you’re seeing: during the first scan, no new vulnerability events or alerts are generated. This initial scan is used to build and refresh the internal inventory database, which is then used as a baseline for future comparisons.
Additionally, every time the Wazuh agent service is restarted, a fresh inventory scan is triggered. However, this scan does not generate new vulnerability alerts by itself, it only refreshes the internal data so that subsequent scans can compare changes and generate events if applicable.
By default, Syscheck runs every 12 hours (43200 seconds). For testing purposes, you can temporarily reduce this interval (for example, to 1 hour or even 10 minutes) and then re-run your vulnerability test.
Also, I noticed that this ossec.conf did not have the vulnerability setting enabled, was this the agent ossec.conf or manager?
The block below is the default vulnerability detection settings in the Wazuh manager configuration file at /var/ossec/etc/ossec.conf.
<vulnerability-detection>
<enabled>yes</enabled>
<index-status>yes</index-status>
<feed-update-interval>60m</feed-update-interval>
</vulnerability-detection>
I'll suggest doublechecking https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection/configuring-scans.html
Please note: do not restart the Wazuh agent service this time. After adjusting the interval, let the scan run naturally and then share the resulting logs with us so we can continue the analysis.
Thanks, and we’ll be happy to review the results with you.
--
You received this message because you are subscribed to the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/04d971c0-6008-4b21-bff3-403b924bd5bbn%40googlegroups.com.
Could you please review the Wazuh manager-side logs to verify whether there are any issues related to the indexer connector or any associated errors?
cat /var/ossec/logs/ossec.log | grep -i -E "error|warn|vuln|index"
We have reviewed the logs shared so far, which appear to be from the agent side. To continue the investigation, it would be helpful if you could share the relevant logs from the manager again so we can validate the behavior on that side as well.