Hi Ifeanyi,
I tried to add the below rule inside local_rules.xml but I am unable to get any event related to this in the wazuh dashboard.
<group name="windows,">
<rule id="100052" level="5">
<if_sid>60112</if_sid>
<field name="win.system.providerName">Microsoft-Windows-Security-Auditing</field>
<field name="win.system.eventID">4698</field>
<description>A scheduled task was created</description>
</rule>
</group>
Regards