Thanks. Roch
--
Sent from Gmail for mobile | mobile.google.com
http://www.ossec.net/wiki/index.php/Know_How:Ignore_Rules
basically you'll want something like this:
<rule id="100001" level="0">
<if_matched_sid>18153</if_matched_sid>
<description>Ignore Multiple Windows audit failure events</description>
</rule>
I would suggest only ignoring for noisy hosts by adding <srcip> tags
to the local rule. This way you don't miss something new down the
road. Check local_rules.xml for more examples.
Cheers