hello, I have some apache logs that i would like to exclude from the syscheck process. these files are in pathes like:
/usr2/apache.prod/client1/logs/ /usr2/apache.prod/client2/logs/ ... /usr2/apache.prod/clientn/logs/ I tried the <ignore type="sregex"> like this: <ignore type="sregex">/usr2/apache.prod/\./logs/</ignore> but it didn't work. Is there something wrong in my regexp? thank you
