<?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 Field Extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35095#M7698</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;
I extracted a couple of fields from my input data.&lt;BR /&gt;
However, those fields are not showing on the Fields Sidebar. Though I can view them in the Manager&amp;gt;&amp;gt;Fields&amp;gt;&amp;gt;Field Extractions.&lt;BR /&gt;
What do I do now?&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2013 16:13:51 GMT</pubDate>
    <dc:creator>Abha</dc:creator>
    <dc:date>2013-05-15T16:13:51Z</dc:date>
    <item>
      <title>Field Extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35095#M7698</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
I extracted a couple of fields from my input data.&lt;BR /&gt;
However, those fields are not showing on the Fields Sidebar. Though I can view them in the Manager&amp;gt;&amp;gt;Fields&amp;gt;&amp;gt;Field Extractions.&lt;BR /&gt;
What do I do now?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 16:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35095#M7698</guid>
      <dc:creator>Abha</dc:creator>
      <dc:date>2013-05-15T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35096#M7699</link>
      <description>&lt;P&gt;I typically create my field extractions by editing the props.conf directly, but I'm a shell bigot.  (8-&amp;gt;) When ever I cannot see my fields defined in the Fields Sidebar, I realize that I have failed to create metadata for my fields. As you are using the Web UI, I am not certain what might be doing this for you. Do you have access to the file system? Check the metadata/local.meta file in your app's etc/apps directory and assert that it has permissions set for your fields.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 18:19:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35096#M7699</guid>
      <dc:creator>rgcurry</dc:creator>
      <dc:date>2013-05-15T18:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35097#M7700</link>
      <description>&lt;P&gt;How did you create the field extracts and have you tested that they work anywhere?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 19:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35097#M7700</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-05-15T19:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35098#M7701</link>
      <description>&lt;P&gt;Well I simply created them using the web UI. Since I can only view them in Fields&amp;gt;&amp;gt; Field Extractions..dunno how I could test them..Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 10:46:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35098#M7701</guid>
      <dc:creator>Abha</dc:creator>
      <dc:date>2013-05-16T10:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35099#M7702</link>
      <description>&lt;P&gt;Checked the local.meta file. Things seem to be in order there...&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 10:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35099#M7702</guid>
      <dc:creator>Abha</dc:creator>
      <dc:date>2013-05-16T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35100#M7703</link>
      <description>&lt;P&gt;I'd recommend testing your field extractions using the &lt;STRONG&gt;rex&lt;/STRONG&gt; command in a search before adding them to the extractions page.  Just enter your search terms, followed by &lt;STRONG&gt;| rex "your regular expression field extraction"&lt;/STRONG&gt;.  I usually also follow it with &lt;STRONG&gt;| stats values myFieldName&lt;/STRONG&gt; just to make sure I pick up only the values I wanted and don't have to adjust my regex.  So for instance, if I were extracting browser from a log, I might use the following search to test my field extraction:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search terms | rex "userAgent=(?&amp;lt;browser&amp;gt;[^(]+)" | stats values browser
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 May 2013 12:08:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction/m-p/35100#M7703</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2013-05-16T12:08:12Z</dc:date>
    </item>
  </channel>
</rss>

