<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'HTTPERR input format'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=HTTPERR+input+format&amp;orTags=0</link><description>Search results matching tag 'HTTPERR input format'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>RE: Plugin log Parsing</title><link>http://forums.iis.net/p/1145883/1855034.aspx#1855034</link><pubDate>Wed, 31 Jan 2007 17:25:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855034</guid><dc:creator>LogParser User : Jeff</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>[QUOTE User="LogParser User : Jeff"]Quote: Is there way to parse this plugin log?&amp;nbsp; Here is the sample line within the log.   [17/Jan/2007:00:01:19 -0600] - audit "krsekime6 (win32:4170775546178949265)" 6527 Report queued: from 10.34.106.4...[/QUOTE] &lt;br /&gt;&lt;P&gt;Assuming krsekime6 is the machine name, then the parsing is:&lt;/P&gt;&lt;P&gt;select "extract_token(extract_token(text,1,'"'),0,' ') as computername from &amp;lt;filename&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>RE: Plugin log Parsing</title><link>http://forums.iis.net/p/1145883/1855026.aspx#1855026</link><pubDate>Wed, 31 Jan 2007 16:30:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855026</guid><dc:creator>LogParser User : DEinspanjer</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>Yes, the plugin uses standard C# regex syntax. </description></item><item><title>RE: Plugin log Parsing</title><link>http://forums.iis.net/p/1145883/1855033.aspx#1855033</link><pubDate>Wed, 31 Jan 2007 13:19:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855033</guid><dc:creator>LogParser User : Young</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>[QUOTE User="LogParser User : Young"]Quote: I don't believe that is a format that LP understands so you will have to define the format in some way.  You could use lots of string parsing, or you might try the RegexInputFormat plugin that I wrote...[/QUOTE] &lt;br /&gt;&lt;P&gt;Ok, I will take a look at your regular express pulgin.&amp;nbsp; Here is what I have far has regex expression for the first part.&amp;nbsp; Would this express work with your plugin.&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;[(.*) .....\] \"....? (\S*) &lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>RE: Plugin log Parsing</title><link>http://forums.iis.net/p/1145883/1855064.aspx#1855064</link><pubDate>Wed, 31 Jan 2007 00:52:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855064</guid><dc:creator>LogParser User : DEinspanjer</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>I don't believe that is a format that LP understands so you will have to define the format in some way.  You could use lots of string parsing, or you might try the RegexInputFormat plugin that I wrote and put in the Repository (link at the bottom of this page)</description></item><item><title>Plugin log Parsing</title><link>http://forums.iis.net/p/1145883/1851095.aspx#1851095</link><pubDate>Tue, 30 Jan 2007 18:14:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1851095</guid><dc:creator>LogParser User : Young</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>&lt;P&gt;&lt;FONT style="BACKGROUND-COLOR: #c8e0d8"&gt;Is there way to parse this plugin log?&amp;nbsp; Here is the sample line within the log.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;[17/Jan/2007:00:01:19 -0600] - audit "krsekime6 (win32:4170775546178949265)" 6527 Report queued: from 10.34.106.44, 23667 bytes, 844 ms&lt;/P&gt;&lt;P&gt;I need the Machine name.&amp;nbsp; I thought about do it this vbscript using regular expression but, I thought logparser might be easier.&amp;nbsp; Here is the syntax I came up with:&lt;/P&gt;&lt;P&gt;logparser -:httperr &amp;lt;filename&amp;gt; "select s-computername from &amp;lt;filename&amp;gt;"&lt;/P&gt;&lt;P&gt;The syntax above&amp;nbsp;doesn't work.&amp;nbsp; Does anyone have ideas?&amp;nbsp; I&amp;nbsp;am&amp;nbsp;new to logparser.&amp;nbsp;&lt;/P&gt;</description></item><item><title>Selective logfile</title><link>http://forums.iis.net/p/1144869/1850081.aspx#1850081</link><pubDate>Fri, 15 Apr 2005 17:08:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1850081</guid><dc:creator>LogParser User : Smithers</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>&lt;P&gt;Trying to determine best way to select the httperr.log file in my sql query but having problems with my logic.&amp;nbsp; In trying to select the most current logfiles (i.e. httperr50 -httperr59), in my FROM clause I tried to specify the parameter "httperr5?" and httperr5* but I always get include the httperr5.log file which I do not want.&amp;nbsp; &lt;EM&gt;Point me in the right direction!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;--Never mind...Answered my own question when I read the help file!&amp;nbsp; Had to specfiy httperr*.log in from and use the minDateMod parameter.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;img src='images/emotions/confused.gif' height='20' width='20' border='0' title='Confused' align='absmiddle'&gt;&lt;/P&gt;</description></item></channel></rss>