Hi Atul,
Depending on your configuration the osquery configuration will monitor different aspects of the monitored system. If everything is configured as shown in the example of the configuration guide you've shared then you may get events whenever load charge is seen to be over 70% or free RAM is under 10%, please note that these checks are done periodically every 15 and 30 minutes respectively.
Rule 24000 is a parent rule to all osquery events, and it is looking for an event whose location is stated to end with the
osquery string. Note that this is a level 0 rule which by itself will not be logged, but several rules have it as an
if_sid matching mechanism, so if this rule is triggered then the rest of the osquery rules will be considered. The default rules can be found here:
https://github.com/wazuh/wazuh/blob/v4.4.1/ruleset/rules/0545-osquery_rules.xml
If you're not seeing events I recommend that you share with us your Wazuh configuration (either the agent or the manager's ossec.conf or agent.conf) as well as the operational log /var/ossec/logs/ossec.log and the specific osquery configuration that you have used. We'll be more than happy to help you answer any additional questions you may have.
Best regards,
Juan C. Tello