Hi Jean-Luc
It's the new log of IIS 7.0 with Windows Server 2008.
On IIS 7.0, this is the log :
line1: 82.246.177.177, -, 10/7/2008, 0:38:28, W3SVC2, SERVWEB01, 192.168.1.153, 46, 336, 0, 200, 64, GET, /images/p/top.jpg, -,
line2: 82.246.177.177, -, 10/7/2008, 0:38:30, W3SVC2, SERVWEB01, 192.168.1.153, 234, 344, 646, 200, 0, GET, /images/p/input_hover.gif, -,
line3: 82.246.177.177, -, 10/7/2008, 0:38:30, W3SVC2, SERVWEB01, 192.168.1.153, 187, 1748, 10102, 200, 0, POST, /, -,
line3: 82.246.177.177, -, 10/7/2008, 0:38:30, W3SVC2, SERVWEB01, 192.168.1.153, 31, 368, 352, 200, 0, GET, /captcha.php, pck=b1f1f6bf704daa5787d3a2438caa4eec,
The following list is a list of fileds that are logged when i use the IIS log file format : Client Ip Adress, Username, Date, Time, Service and instance, Server name, Server Ip adresse, Time taken, Client bytes sent, Server bytes sent, Services status code (a value of 200 indicates that the request was fulfilled successfully), Windows status code (a value of 0 indicates that the request was fulfilled successfully), Request type, Target of operation, Parameters.
–
However, i can choose the W3C log format and i get the following :
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-10-07 10:26:11
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken
line1: 2008-10-07 10:26:11 W3SVC2 SERVW
EB01 192.168.1.153 GET / – 80 – 82.246.
177.177 HTTP/1.1 Mozilla/4.0+(compatibl
e;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+.NE
T+CLR+2.0.50727;+Media+Center+PC+5.0;+.
NET+CLR+3.0.04506;+InfoPath.2) – - www.
websitedomaine.eu 200 0 0 9802 582 546
line2: 2008-10-07 10:26:11 W3SVC2 SERVW
EB01 192.168.1.153 GET /js/swfobject.js
- 80 – 82.246.177.177 HTTP/1.1 Mozilla
/4.0+(compatible;+MSIE+7.0;+Windows+NT+
6.0;+SLCC1;+.NET+CLR+2.0.50727;+Media+C
enter+PC+5.0;+.NET+CLR+3.0.04506;+InfoP
ath.2) – www.websitedomaine.eu 200 0 0 7142 335
78
line3: 2008-10-07 10:26:11 W3SVC2 SERVW
EB01 192.168.1.153 GET /css/style.css -
80 – 82.246.177.177 HTTP/1.1 Mozilla/4
.0+(compatible;+MSIE+7.0;+Windows+NT+6.
0;+SLCC1;+.NET+CLR+2.0.50727;+Media+Cen
ter+PC+5.0;+.NET+CLR+3.0.04506;+InfoPat
h.2) – www.websitedomaine.eu 200 0 0 3471 333 15
6
Thx,
Mallo