<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1515" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=485364718-12092005>hello,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=485364718-12092005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=485364718-12092005>Is it possible to 
setup up a filter match based on variables for date?&nbsp; example 
thinking...</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=485364718-12092005></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2><SPAN 
class=485364718-12092005>filter f_date { match($YEAR-$MONTH-$DAY.*); 
};</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=485364718-12092005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=485364718-12092005>#log the 
files<BR>log { source (s_udp); filter(f_date); destination(messages); 
};<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=485364718-12092005># set it 
up<BR>destination hosts {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
file("/syslog/NT-SYSLOG/HOSTS/$HOST/$MONTH-$DAY-$YEAR"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
owner(root) group(root) perm(0644) dir_perm(0755) 
create_dirs(yes)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
);<BR>};<BR></SPAN></FONT></DIV></BODY></HTML>