Hello Atulshadha,
Thank you for using Wazuh.
You probably have some problems with your rule because your log was successfully decoded by your decoder but the phase 3 in which rules are used gets stuck.
I used the following rule with your decoder and it worked fine.
<group name="wzh-cmd,">
<rule id="100101" level="3">
<program_name>wzh-CMD</program_name>
<description>Wazuh command executed...</description>
</rule>
</group>Let me know if you have any other question.