<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I have updated Syslog-NG to 3 and am trying to figure out:<br><br>"WARNING: the match() filter without the use of the value() option is deprecated and hinders performance, please update your configuration;"<br><br>I have one filter that isn't working and I have tried several different ways to fix it.<br>The logs are Windows DHCP logs passed from EPILOG:<br><br>Nov&nbsp; 3 11:37:55 snsudc02 DHCPLOG[0]: 11,11/03/09,11:37:54,Renew,172.31.0.213,Ashley-PC.nsu.edu,001B9E2A18E9,<br>Nov&nbsp; 3 11:37:55 snsudc02 DHCPLOG[0]: 11,11/03/09,11:37:55,Renew,172.16.0.191,donovan-dcda8cf.,000B7D0993DF,<br><br>My filter originally was:<br>filter f_dhcp { match("DHCPLOG"); };<br><br>I've tried all these without success:<br>filter f_dhcp { message("DHCPLOG"); };<br>filter f_dhcp { program("DHCPLOG"); };<br>filter f_dhcp { match("DHCPLOG" flags("ignore-case") value("$PROGRAM"));
 };<br>filter f_dhcp { match("0" value("$PID")); };<br><br>Any help would be greatly appreciated.<br></td></tr></table><br>