Hello, is this a new installation? Events appear in the VD module’s Events tab only after new vulnerabilities are detected or resolved, following a scan by the Wazuh Syscollector module. By default, this scan runs every hour. Please avoid restarting the agent during this period, as doing so can prevent detected changes from appearing on the Wazuh dashboard. You may already see events in the tab now. If not, try remediating a vulnerability, wait for the next Syscollector scan to complete, and then check the dashboard again.
Hey hii
Ihave installed wazuh 4.8 vulnerability detection logs are not coming in event section but in dashboard section its visible, have attached the screenshot unable to find the reason.
--
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/c2af3675-854a-440d-8d37-241b50d633f2n%40googlegroups.com.
.png?part=0.3&view=1)
.png?part=0.2&view=1)
.jpg?part=0.1&view=1)

Hi Aamir,
There are no vulnerability alert triggers for the initial or baseline vulnerability scan. The vulnerability alerts are triggered once the initial scan is done if a vulnerable package is
added, removed, or fixed after that.
The vulnerability scan depends on the syscollector scan for the package information, and the vulnerability scan is done periodically on the updated package information from the syscollector scan.
You can change the syscollector <interval> configuration from the agent's ossec.conf to do a faster syscollector scan.
<!-- System inventory -->
<wodle name="syscollector">
<disabled>no</disabled>
<interval>5m</interval>
Refer to the Syscollector configuration for more information.
With the above configuration, the syscollector will now run a scan every 5 min. But keeping the interval value very short can increase CPU usage and I/O pressure on the agent's server.
Alerts related to package changes are triggered only when a vulnerability is added or removed from the inventory due to a vulnerable package being installed, fixed or removed. This requires that the event be captured during a scheduled Syscollector scan. If the changes are made to packages while the Wazuh agent is in a stopped state, no alerts will be triggered. Also, if these changes are only detected after the Wazuh agent is restarted, no alert will be triggered. But you will be able to see the changes in the inventory section.
Let us know if you need any further information on this.