I found a solution to the issue on my side. The web log I am trying
to process was created by Akamai. I tried using both the "w3c" log
format and the "auto" log format and neither worked. So, I created my
own log format file. Location: Urchin6\lib\reporting\logformats
\akamai.lf. Any .lf file in this directory is automatically read into
the drop down list on the "Log Settings" tab under Log Source
Settings.
To create my file, I copied the w3c file and then used the
fieldlist.txt located in the same directory to map out the fields in
my log file.
The header in my log file reads: #Fields: date time cs-ip cs-method cs-
uri sc-status sc-bytes time-taken cs(Referer) cs(User-Agent)
cs(Cookie)
So, I created the following string for the PrimaryPositions: entry:
"1,2,4,7,8,10,11,3,15,13,14".
Urchin is now recognizing sessions from my log files although I'm
trying to diagnose one last warning that appears in the task history:
WARNING: (7038-481-786) Format line in log file does not match
specified format
Greg
> > - Show quoted text -- Hide quoted text -