Success! I downloaded 5.1 (see orig message; I was using 5.03) and I added the two lines to my report.
I've got what I need. Many thanks! Ellen Sullivan > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Aengus > Sent: Wednesday, November 28, 2001 12:42 PM > To: [EMAIL PROTECTED] > Subject: Re: [analog-help] reporting on cs-uri-query: counting > clickthroughs? > > > "Ellen@ellenrsullivan" <[EMAIL PROTECTED]> wrote: > > > > Logformat: Log files do have #Software as the first line of the log > files. > > Excerpt of first four lines follows: > > > > #Software: Microsoft Internet Information Services 5.0 > > #Version: 1.0 > > #Date: 2001-11-18 00:00:40 > > #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem > > cs-uri-query sc-status cs(User-Agent) > > 2001-11-18 00:00:40 212.10.133.163 - 1.1.200.11 80 GET > > /bluetooth/devpack/default.asp - 200 > > Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0) > > > > If I comment out my log format command: > > LOGFORMAT (%Y-%m-%d %h:%n:%j %s %j %j.%j.%j.%j %j %j %r %q %c %B) > > > > Analog reports errors and does not create report. > > I don't get any errors using that single line and no LOGFORMAT (Analog > 5.1). I do get a warning that there are no byte counts avaiable, but you > can ignore warnings, once you are satisfied that they aren't interfering > with what you want to do. > > analog: Warning M: Logfile 1.log contains lines with no bytes: > byte counts may be low > > > Internal Search query: > > > > I have added the following lines to my .cfg file: > > > > INTSEARCHENGINE /pointer.asp url > > INTSERACHENGINE /NL.asp url > > > > and > > > > INTSEARCHQUERY ON > > INTSEARCHWORD ON > > > > (I probably don't need the INTSEARCHWORD report, but I put in in to see > what > > would happen.) > > > > There should have been *SOMETHING* to report. I've examined at least one > of > > the files I ran Analog against, and found the following instances (at a > > minimum): > > > > 2001-11-18 00:06:19 63.242.77.122 - 1.1.200.11 80 GET /pointer.asp > > url=http://www.mywebsite.com/pageIwant.html 302 > > Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+98) > > I think the problem is that Analog doesn't consider redirected requests as > successes, so lines with a 302 status code (which your asp script > correctly sets) aren't being counted. (See > http://www.analog.cx/docs/whole.html#faq181 for a brief explanation of why > 302 codes aren't considered successes). > > If I manually modify the status code in your sample lines to 200, then I > get an internal search report. > > Try adding > REDIRECTION ON > REDIRARGSFLOOR 1r > and look at the Redirection report. > > > I agree with you that I'd prefer to use the INTSEARCHENGINE feature. I'm > new > > to this and need the simplist approach. > > The Internal Search Engine feature is more elegant, but you should be able > to get what you want from the Redirection report for now. > > http://www.analog.cx/docs/whole.html#faq184 refers to this. > > Aengus > > +------------------------------------------------------------------------ > | This is the analog-help mailing list. To unsubscribe from this > | mailing list, go to > | http://lists.isite.net/listgate/analog-help/unsubscribe.html > | > | List archives are available at > | http://www.mail-archive.com/[email protected]/ > | http://lists.isite.net/listgate/analog-help/archives/ > | http://www.tallylist.com/archives/index.cfm/mlist.7 > +------------------------------------------------------------------------ > +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
