Hi,
Based on your input, Windows Defender alerts are not appearing on the Wazuh dashboard. However, they are present in the Windows Defender logs, and you have already configured the Wazuh agent to monitor Windows Defender events via centralized configuration. The agent logs also show that the event is being analyzed properly.
I have tested the same use case, and it is working fine for me. There is no need to use Sysmon for this. You can refer Wazuh Windows defender log collection documentation for this. You can follow the steps below and share the output of the following commands with us for further analysis:
Run the following command on the Wazuh manager CLI to check if Windows Defender events are being written to the alerts.json file:
If the above command returns output, check the status of Filebeat by running:
If Filebeat is not working, share the full output of the following command, which checks for error entries in the Filebeat log file:
If Filebeat is running correctly, the issue might be related to the Wazuh indexer. To check the health of the Wazuh indexer cluster, execute the following command:
Replace <admin-password> and <indexer-ip> with your actual Wazuh indexer credentials.
To check the Wazuh indexer logs for any warnings or errors, run:
If there are no alerts, enable the log_all option to verify if the Wazuh agent is forwarding the event to the Wazuh manager. Trigger the event again from the Windows agent, then run the following command to check if the logs are reaching the Wazuh manager:
Please share the outputs of these commands so we can analyze the issue further.