Thanks. But this does not work either. I want to include only those files which have 'h_PageContentUI' in the argument list(after ? character).
-----Original Message----- From: Duke Hillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 7:22 PM To: [EMAIL PROTECTED] Subject: Re: [analog-help] Filter based on argument text The FILEEXCLUDE is redundant because it is followed by FILEINCLUDE. For FILEINCLUDE, you used a fragment of the filename but that isn't enough. A complete file path must be expressed. Wildcards or regular expressions can be used in the file path. You might try FILEINCLUDE /*/*/*=h_PageContentUI See the page at "http://www.analog.cx/docs/include.html" for more information. Hope that helps, -- Duke Pathak, Geeta wrote: > Hi, > I want to filter the lines in the log file based on the text of the > argument list. > For example: > http://col.fd.com/fg/ffggggg984422/?EditDocument&form=h_PageContentUI > <http://col.fd.com/fg/ffggggg984422/?EditDocument&form=h_PageContentUI> > > I want to pick only those lines for analysis that have the text > "h_PageContentUI" in their argument list. Is there a way to do this? > > I tried > FILEEXCLUDE * > FILEINCLUDE *h_PageContentUI* > But it doesn't work. > > Thanks > +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
