Hi Kerim.
If no new alerts show up in your Wazuh dashboard, you can first check the services are up and running. For example, systemctl status filebeat. Same for wazuh-indexer, wazuh-manager, and wazuh-dashboard services.You can look for errors and warnings in the logs. For example, by running cat /var/ossec/logs/ossec.log | grep -i -E "fatal|critical|error|warn" in the Wazuh server. Other log files to look at are /var/log/filebeat/filebeat and under /var/log/wazuh-indexer/.
You need to identify where the problem lies. If the alerts do get generated and indexed but do not get displayed in the Wazuh dashboard it could be some filters are applied in your visualization. If, for instance, alerts don't get indexed, it could be some issue in the forwarding or with the Wazuh indexer. If events do get archived but no alerts are created it might be some issue with your rules. If no events get archived at all it might be something with your endpoints or the Wazuh server. You can refer to
Enable archiving for checking whether events reach the archive.
Let me know what you find and how else can I help. Thank you