Rietti, Giorgio wrote:

> Hi...
> 
> I'm new at using what looks like to be a great tool.
> I'm trying to use it to "analyze" our own log files, which are really not
> WWW compliant.
> 
> The logfile looks something like this:
>       [11/18/2000-14:24:57, 172.128.95.206, No Session]
> /ManageReports/H/A/19/2/59705/530065/1881422
> ...

Assuming this is one line...

> 
> ANALOG.CFG file contains the following:
>       LOGFORMAT ([%m/%d/%Y-%h:%n:%j] %r)

This should work. Are you getting all corrupt lines or are you able to 
parse the file?

However, to get the host details, you might want to try this:

        LOGFORMAT ([%m/%d/%Y-%h:%n:%j, %S,%j] %r)


>       LOGFILE test.log
>       OUTFILE test.html
>       SUBDIR /*/*/
>       SUBDIRFLOOR 1r
>       DIRFLOOR 1r
>       SUBDIRSORTBY REQUESTS
> 
> Would like to get a breakdown of all the 'links' that have been accessed
> (using the Directory report):
>       /ManageReports/H/A/19
>       /ManageReports/H/O/19
>       /ManageReports/H/P/19
>       /ViewSiteReports
>       /ViewSiteReports/Comp
>       /DownloadSiteReport/Site
>       /DownloadSiteReport/SiteComp
> 
> Can't seem to do it... Is it even possible ?


Your SUBDIR command should be

   SUBDIR /*/*/*

or, even deeper

  SUBDIR /*/*/*/*/*/*


-- 

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