Hello Devsec,
For the rule I shared with you, you do not need to do anything to the rule 60122, as we only referenced it. I would not suggest disabling rule 60122, as it matches failed authentication events, which I feel are important in every environment.
<group name="custom_rule">
<rule id="108890" level="10" frequency="5" timeframe="30">
<if_matched_sid>60122</if_matched_sid>
<same_field>win.eventdata.ipAddress</same_field>
<description>Multiple Windows logon failures detected.</description>
<options>no_full_log</options>
</rule>
</group>
In the cleaned-up version of the rule above, the same_field option would track the interesting field in your use case, the example above would track where the repeated IP address matches the frequency specified. You ca customize this to your use case and match any field.
For further options, please check out the documentation below: