<html><body>
<p>Hi,<br>
<br>
I am trying to filter Security based events based upon the number of times they show up in Event logs.<br>
<br>
My current line is as follows:<br>
<br>
        <match logfile="Security" type="fail" count="5" alarmcolor="red" /><br>
<br>
This is the first "Security" related entry in the <msgs> section.<br>
<br>
It is not filtering based on the count and is including every failure that occurs. Can anybody shed some light on this?<br>
<br>
Thanks,<br>
<br>
Michael</body></html>