Hi Chris,

On Wed, Jan 19, 2011 at 1:29 PM, Chris <cwhites...@yahoo.com> wrote:
> I need to ignore all added files in a directory under under a folder
> named .svn.  I added the rule below to local_rules.xml and restarted
> the ossec server, but not the agents.  It still seems to be emailing
> alerts.  Did I get the syntax incorrect for the <match> tag?.
>
> <! Ignore subversion files -->
> <rule id="100554" level="0">
> <category>ossec</category>
> <if_sid>554</if_sid>
> <match>*.svn*</match>
> <description>File added to the system.</description>
> <group>syscheck,</group>
> </rule>
>
>
> Thanks for your help

I don't think the *s do anything in a <match>.

Reply via email to