Jeffrey M Watson wrote:

> I am running analog on my logfiles which are in the MICROSOFT-NA LOGFORMAT.
> 
> the path to my logfiles is like this:  "S:\Merl\logs\W3SVC2\in*.log" and
> "S:\Merl\logs\W3SVC1\in*.log"
> 
> 
> I want to be able to see evreything for /marketing only, but can not figure
> out how to do this.

"One run. One report." Each view you are requesting will probably 
require its own configuration file and produce its own set of reports.

To get everything in /marketing use a configuration setting like

   FILEINCLUDE /marketing/*

(this assumes no previous FILEINCLUDE or FILEEXCLUDE).

See docs/include.html for details.



> I would like to show this information on a daily basis.  e.g. see how many
> page requests there were in every day for the last month and have them
> ordered in order of greatest to smallest.  Is there a way to do this?

The Daily Report shows traffic on a daily basis. To enable the daily 
report use

FULLDAILY ON

or (for 4.90Beta)

DAILYREP ON

See docs/output.html#replist for a list of all report commands.

You can see this in any report configuration. If you don't have page 
views listed, create a custom columns setting that shows them, something 
like:

FULLDAILYCOLS PRBd

or

DAILYREPCOLS PRBd

See docs/timereps.html#timeCOLS for details.



> Also, how do I configure it so that I can see all requests for a certain
> file type (eg. *.mp3)  ???

Again, you can do this by setting up a specific configuration file that 
includes

FILEINCLUDE *.mp3

The same warnings apply as above.


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to