Hi Ranjith,
First of all, thank you for responding with more details and attaching those logs. Examining them I saw you have a lot of `filesize is larger than the maximum allowed (1024 MB). File skipped` messages. Can you ensure the syscheck events you are NOT receiving are related to those files only?
Just in case you want to get rid of those messages, you can change the maximum size allowed. This way you will also monitor those large files BUT take into account that the larger the monitored file the longer will take Wazuh to perform the scans. Also it is NOT recommended to increase that value if you want to use `report_changes` functionality. In case you want to increase the maximum size, you can do it by adding `syscheck.file_max_size=1024` to `local_internal_options.conf` and changing that value to anything between 0 and 4095. A value of 0 means to disable the size restriction at all.
Regarding the missing syscheck events and audit data, I will need more information to understand what's happening on your environment. To obtain that information I need you to enable Syscheck debug mode in your windows file server by adding the following line to `local_internal_options.conf` file, located in the same path Wazuh is installed, and then restarting Wazuh:
Once debug mode is enabled and you have restarted wazuh, I need you to trigger one alert by modiying a file inside one of those monitored dir. See if an alert is raised for that file and also attach here the `ossec.log`.
If possible, leave debug mode enabled during some time and send me the `ossec.log` just like you did last time. Then you can disable again debug mode by removing that line from `local_internal_options.conf` and restarting Wazuh.
Finally, keep in mind that having 500000 files in 80000 folders, a queue_size of 60000 and events_per_second set to 999 in the `ossec.conf` means that if your network is not fast enough you may lose some events.
Kind regards,
Carlos.