I have received access logs from our web host and they use Sun Java System Web Server. I would like to use Logparser on these files, but the format does not appear to be directly supported. Any advice on a plugin to use with Log Parser or how to reformat these to fit a standard that Logparser supports? Thanks for all advice.
column headings:
format=%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% "%Req->headers.referer%" "%Req->headers.user-agent%"
one row:
98.204.26.178 - - [02/Jul/2009:17:41:27 -0500] "GET /css/main.css HTTP/1.1" 200 1151 "http://www.domain.com/index.html" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8)"