This is an example log format for citrix netscaler:
%h : The remote host.
%l : The remote log name (from identd, if supplied).
%u : The remote user (from auth; may be bogus if return status (%s) is 401).
%t : The time, in common log format (standard English time format).
%r : The first line of the request.
%s : For requests that were redirected internally, this is the status of the original request.
%B : The bytes sent, excluding the HTTP headers (response size).
%{Referer}i : The contents of theReferer: header line(s) in the request sent to the server. The system supports the User-Agent, Referer and cookie headers.
%{User-agent}i : The contents of the User-agent: header line(s) in the request sent to the server. The system supports the User-Agent, Referer and cookie headers.
Example log record:
66.249.76.132 - - [29/Nov/2012:02:30:00 +0200] "GET /test.action?type=a&id HTTP/1.1" 200 4527 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
Comments
Post a Comment