On Thursday, March 09, 2006 4:14 AM [EDT],
analog-help at talent-aid.org <[EMAIL PROTECTED]> wrote:

> Sorry for the delay...
>
> I have not specified any log format so it is whatever is the default.

If you're letting Analog recognize the logformat itself, it will ignore the
method (GET, HEAD, OPTION, etc), so they won't be recognized in any ALIAS.

> 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.

You haven't really told us what it is that you have solved - what were you
trying to achieve? Judging by your FILEALIAS examples, I guessed that you
wanted to identify your own activities, but that doesn't make sense with a
PAGEEXCLUDE.

If you explain what it is you are trying to achieve, someone on the list
will probably have a suggestion that can help. If it's really important to
recognize the methods, you'll have to create a custom logformat. If you want
to exclude your own traffic, you'll want to use HOSTEXCLUDE, etc.

> 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?

The default SORTORDER is by the number of requests. You can change the
SORTORDER, but that will effect teverything else too. Probably the best way
to achieve what you want to do in this specific instance would be to
FILEALIAS the CSS files to a single file with the browser type as a
parameter - something like

FILEALIAS /scripts/css_*.css /scripts/css_browser.css?$1

Or you could just look at the Browser Report :-).

Aengus

>
> 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
> +------------------------------------------------------------------------


+------------------------------------------------------------------------
|  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