Log files & timeFilter

Exchange HTML report templates between users.
Post Reply
JohnBarr
Posts: 1
Joined: Fri Mar 24, 2006 5:19 pm

Log files & timeFilter

Post by JohnBarr »

Hi, im trying to create a script for log analyzer.

I use the Datefilter command to specify the last 2 days and then need to use the Timefilter command to specify to look at the data for the period between 18:00 (day1) to 06:00 (day2)

How can i do this.?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Something like
DateFilter %DDMMYY[-2d]% %DDMMYY[-1d]%
TimeFilter Exclude 06:00 18:00 06:00 18:00

Regards
Alex
Post Reply