What I'd like to do is to get information from the logs of the last
seven days. The way I try to do that is as follows:
 
FROM -00-00-07
TO -00-00-01
 
LOGFILE /log/http/iobox.com/access.log-%Y-%M*
 
The problem is that Analog reads all the log files of the current month,
although it only gets the information from those of the last seven days,
so it goes slower. There is another problem at the begining of the
month, because it won't read the log files of the last seven days, only
those that belong to this month.
 
If I don't write %M in the LOGFILE sentence it runs too slow.
 
Could you please help me?
+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------


Reply via email to