Re: [MAYBE SPAM] Re: [analog-help] Excluding log records by 'bytes transferred'

2005-04-15 Thread Chris Sharman
,analog-help@lists.meer.net wrote: I don't know how to exclude records entirely based on bytes, but you can use a FLOOR command to control what is shown within certain reports. For example, to control what is shown in the Domain Report, you could use DOMFLOOR 141b to list in the report only files

Re: [analog-help] UNCOMPRESS option and perl script

2005-04-15 Thread Aengus
On Thursday, April 14, 2005 8:58 AM [GMT], Murali Bestha [EMAIL PROTECTED] wrote: Hi , With respect to the below mail on the mailing list, please clarify me the following doubt. On windows, I use Tomcat Web server on which my form and perl script are placed. I have a few .gz files and I

Re: [MAYBE SPAM] [analog-help] Status Code Report

2005-04-15 Thread Chris Sharman
,analog-help@lists.meer.net wrote: Hi all, Quick query - I can generate the State Code report for one of our websites quite easily (just set 'STATUS ON' in analog.cfg)... however, our users want a more detailed report whereby they can examine, for example, all 404 Error Requests - ie. find out

Re: [analog-help] LOGFORMAT

2005-04-15 Thread Aengus
On Friday, April 15, 2005 6:28 AM [GMT], (DIR-Systec) [EMAIL PROTECTED] wrote: I am working under Linux OS. I have firewall log file .In the analog configuration file “analog.cfg” , I defined 2 LOGFORMATs in the config file as follows :

Re: [MAYBE SPAM] [analog-help] Status Code Report

2005-04-15 Thread Aengus
On Friday, April 15, 2005 9:46 AM [GMT], Chris Sharman [EMAIL PROTECTED] wrote: By the way, does anyone know why some messages arrive from ,analog-help@ rather than just analog-help@ ? Means I can't reply directly. Have I got something misconfigured in my mail client (moz/w2k) ? I think it

Re: [analog-help] LOGFORMAT

2005-04-15 Thread Jeremy Wadsack
Also try changing the order of the two lines -- the first one would include all the second ones because %j runs to the end of the line. If you swap the order, so that the more restrictive line gets tried first you should be able to match all lines. -- Jeremy Wadsack

[analog-help] Matching ? in regex?

2005-04-15 Thread Michael D. Crawford
Can you help me match a literal ? in a regular expression? Looking for \? doesn't match anything at all, I think analog is looking for one or more repetitions of the backslash. I have also tried \?{1} I want to match on URLs that have a single ? in them at a certain place, but not just