Hello, sahithsobhan.
First of all, we will need more information about the setup that you are using:
In order to check if the event arrives at the manager, you can enable the log_all option. This option makes the Wazuh manager store all the logs (even if they are not creating an alert) to the files /var/ossec/logs/archives/archives.log|.json. More about this option here
If the event arrives at the manager but it’s not creating the alert, this will mean that you need to set up some rules and recorders for the specific logs that are recorded. You can find more information on this page of the documentation
If the event doesn’t arrive at the manager (and it’s not logged in the archives file), this will mean that the manager is not collecting those logs, and you will need to check your configuration.
One other thing that I would like to comment is that there is a Windows agent that can take logs from the event channel. You may want to take a look and see if it can fit your needs. In this link of the documentation, you can find which kind of logs can the Wazuh agent send to the manager.