<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Field Extractraction problem ?? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61238#M7216</link>
    <description>&lt;P&gt;No quotation marks are not need lginn .. thnx for the regular expression .this worked for me..:)&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2012 18:44:43 GMT</pubDate>
    <dc:creator>rakesh_498115</dc:creator>
    <dc:date>2012-12-13T18:44:43Z</dc:date>
    <item>
      <title>Field Extractraction problem ??</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61236#M7214</link>
      <description>&lt;P&gt;Hi .&lt;/P&gt;

&lt;P&gt;I have written the following regex in my query , then it is working fine but when i am trying to create this regex expression in the field extractor it is not coming in the query.&lt;/P&gt;

&lt;P&gt;My regex expression ::&lt;/P&gt;

&lt;P&gt;(?&lt;TEST&gt;(?im)"(Request|Response)") &lt;/TEST&gt;&lt;/P&gt;

&lt;P&gt;Query Used after creating field extractor ::&lt;/P&gt;

&lt;P&gt;Sourcetype="mydata" | top Test &lt;/P&gt;

&lt;P&gt;but this is not workin ..Please help ..&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2012 15:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61236#M7214</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-12-12T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extractraction problem ??</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61237#M7215</link>
      <description>&lt;P&gt;First, the names of  fields are case-sensitive. You created a field named "test" but then your top command used a field called "Test". That's never going to work.&lt;/P&gt;

&lt;P&gt;Second, although your regular expression may be legal, I would have written it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?im)(?&amp;lt;test&amp;gt;"(?:Request|Response)") 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have noticed that Splunk is sometimes finicky about non-capturing parenthesis; this regular expression is a bit clearer. And are the quotation marks actually in the data? Do you really need them for the regular expression?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 03:25:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61237#M7215</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-12-13T03:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extractraction problem ??</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61238#M7216</link>
      <description>&lt;P&gt;No quotation marks are not need lginn .. thnx for the regular expression .this worked for me..:)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Field-Extractraction-problem/m-p/61238#M7216</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-12-13T18:44:43Z</dc:date>
    </item>
  </channel>
</rss>

