Mailing List Archive

Need help to retrieve (and correct) all reports from this log (Maybe I need the LOGFORMAT)
Dear Analog experts,



The following is an example of the log along with the description:



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%" "%Req->headers.cookie.vrsnsf%"
"%Req->headers.cookie.JSESSIONID%" "%Req->headers.cookie.landing%"



205.178.191.170 - - [23/Nov/2008:00:01:01 -0500] "GET
/manage-it/hosting-overview.jsp HTTP/1.1" 200 55065
"https://www.networksolutions.com/manage-it/private-registration-splash.
jsp" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18)
Gecko/20081029 Firefox/2.0.0.18" "4b31b171ac7c472da07cff3748a69"
"c7b881bcf1fcfffffffffe5edf3cd514469c" "-"




If I don't specify a LOGFORMAT, it won't complaint, but some of the
reports don't seem to giving any meaning data. For example, Domain
report doesn't seem right.




Based on what I read, I tried to use the following LOGFORMAT statement,
but it complaints something wrong about it.



LOGFORMAT %s - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%A" "%j"
"%j" "-"




Can someone give me some suggestion? First, what wrong with my
LOGFORMAT statement? Why some of the reports didn't give meaningful
information?




Thanks



Michael







Note: This is the first time I am trying to post a question in this
Forum. Please bear with me if anything isn't perfectly clear.