[analog-help] Advice on using includes or excludes
Esposito, Richard
richard.esposito at boeing.com
Tue Apr 1 14:00:41 PST 2008
<<I'd be inclined to use FILEALIAS to seperate those entries out in the
Request Report.>>
Would doing this be enough to keep the page view count down to just
those 2 kinds of pages?
Richard
Richard Esposito, IDS Technology Communications
562-797-1258 desk / 714-287-3526 cell
-----Original Message-----
From: Aengus [mailto:analog07 at eircom.net]
Sent: Tuesday, April 01, 2008 4:18 AM
To: Support for analog web log analyzer
Subject: Re: [analog-help] Advice on using includes or excludes
At Monday, March 31, 2008 4:34 PM, Esposito, Richard
<richard.esposito at boeing.com> wrote:
> Hello,
>
> I use Analog to count traffic on a ColdFusion internal news and events
> calendar site. There are dozens of different types of URLs captured
> within the log files, but the two kinds of pages I need to count --
> stories and calendar items --have URLs like this:
>
> STORIES:
> http://bnn.ids.web.boeing.com/index.cfm?content=story.cfm&id=5226&bu=1
> 1
>
> CALENDAR ITEMS:
>
http://bnn.ids.web.boeing.com/index.cfm?content=include/event_calendar_s
ite.cfm®ion=4&site=49&event_id=11970
>
> Based on these URLs, what would be the best way to configure Analog to
> isolate just these 2 types of pages? I've tried a few approaches but
> haven't gotten consistent results. Thanks
I'd be inclined to use FILEALIAS to seperate those entries out in the
Request Report.
FILEALIAS /index.cfm?content=story.cfm* story.cfm$1 FILEALIAS
/index.cfm?content=include/event_calendar_site.cfm*
calendar.cfm$1
(I'm assuming that the http://bnn.... part isn't in your log file. If it
is, you can just put * before the /index.cfm part)
If you don't care about the additional parameters after the &, you can
leave the $1 out.
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
+-----------------------------------------------------------------------
+-
More information about the analog-help
mailing list