Hello Dhruvin!
Thank you for using Wazuh.
To suppress the rule ID: 80711 for the specific process, you can add a child rule with level 0 using the field audit.exe.
To do so, add the following block in the /var/ossec/etc/rules/local_rules.xml file of the Wazuh server:
<group name="audit, suppression,">
<rule id="150000" level="0">
<if_sid>80711</if_sid>
<field name="audit.exe">^/usr/bin/zypper$</field>
<description>Suppress the $(audit.exe) application failure alert</description>
</rule>
</group>
Note: The Wazuh server is responsible for analyzing events so perform this on the Wazuh server. The agent.conf file is used for centrally configuring Wazuh agents.
Let me know if you find this information helpful.
Best regards.