Sorry for the delay...

I have not specified any log format so it is whatever is the default.

I SORT of solved it with a
PAGEEXCLUDE /

However that is not really correct, it is only correct if the user is
not ourselves or someone that is ONLY doing this.
I think that is hard to find out by just playing with the analog.cfg.

I do have several other issues though.
One is to group certain files:

21.     /scripts/css_ie.css                  xxxx requests
.
.
27.     /scripts/css_gecko.css            xxxx requests
.
.
32.     /scripts/css_ns_mac.css          xxx requests
33.     /scripts/css_gecko_mac.css       xx requests
34.     /scripts/css_ns.css                      x requests

are spread all over the place
I would love to see it as

... RealUsers:  XXXXXXX requests
/scripts/css_ie.css                 xxxxx
/scripts/css_gecko.css             xxxx
/scripts/css_ns_mac.css            xxx
/scripts/css_gecko_mac.css        xx
/scripts/css_ns.css                       x

Is that possible?

Thanks a lot

M

> -------- Original Message --------
> Subject: Re: [analog-help] Regexp to get "GET /" "HEAD /" and "OPTIONS
> /"
> From: "Aengus" <[EMAIL PROTECTED]>
> Date: Wed, March 08, 2006 6:23 am
> To: "Support for analog web log analyzer" <[email protected]>
> 
> On Wednesday, March 08, 2006 8:01 AM [EDT],
> analog-help at talent-aid.org <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> >
> > I cannot seem to get at these lines in my log file...
> >
> > # 111.222.333.444 - - [06/Mar/2006:01:12:42 +0100] "HEAD / HTTP/1.0"
> > 200 -
> > #FILEALIAS *111.222.333.444.*?HEAD.*\/.*      OurOwnPing
> >
> > # 555.666.777.888 - - [06/Mar/2006:16:00:18 +0100] "OPTIONS /
> > HTTP/1.1" 403 317
> > FILEALIAS *OPTIONS.*?\/.*?HTTP.*      OptionsRoot
> >
> > # 555.666.777.888 - - [06/Mar/2006:16:00:36 +0100] "GET / HTTP/1.0"
> > 200 216
> > FILEALIAS *GET.*?\/.*?HTTP\/1\.0.* GetRoot
> 
> You haven't included your LOGFORMAT, but it would be very unusual if GET,
> HEAD or OPTION were part of the Request field (%r). Usually they are marked
> as junk (%j). If they are %j, then they aren't going to be matched in an
> ALIAS.
> 
> Aengus
> 
> +------------------------------------------------------------------------
> |  TO UNSUBSCRIBE from this list:
> |    http://lists.meer.net/mailman/listinfo/analog-help
> |
> |  Analog Documentation: http://analog.cx/docs/Readme.html
> |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
> |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
> +------------------------------------------------------------------------

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to