



Hi
Grzegorz
During the initial scan, no events are generated. Events are only triggered after the first scan when you install a vulnerable package or resolve a vulnerability by updating the package or applying a fix. To test if vulnerability detection is working correctly, try installing an older version of VLC Player (e.g., VLC 2.2.3).
Additionally, ensure your cluster health is green for vulnerability detection to function properly. If there are unassigned shards, delete them using the following command: curl -k -XGET -u user:pass "https://<elasticsearch>:9200/_cat/shards" | grep UNASSIGNED | awk '{print $1}' | xargs -i curl -k -XDELETE -u user:pass "https://<indexer_ip>:9200/{}"
Verify that your vulnerability detection configuration https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection/configuring-scans.html
For indexer connection settings, refer to https://documentation.wazuh.com/current/installation-guide/wazuh-server/step-by-step.html#configuring-the-wazuh-indexer-connection
Finally, check for any errors or warnings on the Wazuh manager and agent by running: cat /var/ossec/logs/ossec.log
Let me know if you need any further assistance!

