> This is not Microsoft Log Format. It's Microsoft's version of W3C > Extended Log Format. Analog will autodetect the format for you. You > should not need a LOGFORMAT line.
That's what I thought, but after creating a cfg file and a data file, I still got some errors. I then created a new LOGFORMAT statement to accurately reflect the data format: LOGFORMAT (%Y-%m-%d %h:%n:%j %S %j %j %j %j %r %j %c %B) The main problem with the format was with the date, the original format used %M, which expected the month to be in the format "Jun". Also I added a couple of %j's in the right place to get the format to match. The results are here: http://68.48.203.112/test.html I turned on all of the reports, FWIW. > -- > > Jeremy Wadsack > Wadsack-Allen Digital Group > > > Dustin Holmstrom ([EMAIL PROTECTED]; Wednesday, June 04, 2003 9:48 AM): > > > LOGFORMAT (%Y-%M-%d %h:%n:%j %S %j %v %j %j %r %j %c %j) > > > #Software: Microsoft Internet Information Services 5.0 > > #Version: 1.0 > > #Date: 2003-01-22 00:25:10 > > #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem > > cs-uri-query sc-status cs(User-Agent) > > 2003-01-22 00:25:10 68.84.191.102 - 10.10.60.19 80 GET /index.html - 200 > > Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0) > > 2003-01-22 13:20:59 206.250.130.125 - 10.10.60.19 80 GET /index.aspx - 200 > > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.0.3705) > > 2003-01-22 13:20:59 206.250.130.125 - 10.10.60.19 80 GET /assets/DCS.css - > > 304 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.0.3705) > > > -----Original Message----- > > From: Bobby Hitt [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 04, 2003 12:23 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [analog-help] Analyzing .aspx ( microsoft .Net) log files > > > > Hi, > > > A line or two from the logfile would help, including the log format comment > > line. > > > Bobby > > > ----- Original Message ----- > > From: "Dustin Holmstrom" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, June 04, 2003 11:55 AM > > Subject: [analog-help] Analyzing .aspx ( microsoft .Net) log files > > > >> Has anyone had any luck using analog to analyze .aspx pages? I keep > > getting > >> an error saying the log format is incorrect when I use the LOGFORMAT > >> Microsoft -NA (which is the format on the server). When I specify the > >> actual logformat in a string I get the same error. > >> > >> Thanks for the help > >> > >> Dustin Holmstrom > >> +------------------------------------------------------------------------ > >> | TO UNSUBSCRIBE from this list: > >> | http://lists.isite.net/listgate/analog-help/unsubscribe.html > >> | > >> | Digest version: http://lists.isite.net/listgate/analog-help-digest/ > >> | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general > >> | List archives: http://www.analog.cx/docs/mailing.html#listarchives > >> +------------------------------------------------------------------------ > >> > > > +------------------------------------------------------------------------ > > | TO UNSUBSCRIBE from this list: > > | http://lists.isite.net/listgate/analog-help/unsubscribe.html > > | > > | Digest version: http://lists.isite.net/listgate/analog-help-digest/ > > | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general > > | List archives: http://www.analog.cx/docs/mailing.html#listarchives > > +------------------------------------------------------------------------ > > +------------------------------------------------------------------------ > > | TO UNSUBSCRIBE from this list: > > | http://lists.isite.net/listgate/analog-help/unsubscribe.html > > | > > | Digest version: http://lists.isite.net/listgate/analog-help-digest/ > > | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general > > | List archives: http://www.analog.cx/docs/mailing.html#listarchives > > +------------------------------------------------------------------------ > > +------------------------------------------------------------------------ > | TO UNSUBSCRIBE from this list: > | http://lists.isite.net/listgate/analog-help/unsubscribe.html > | > | Digest version: http://lists.isite.net/listgate/analog-help-digest/ > | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general > | List archives: http://www.analog.cx/docs/mailing.html#listarchives > +------------------------------------------------------------------------ > +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
