<?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 extraction using Field Extractor in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255999#M76659</link>
    <description>&lt;P&gt;Perfect: without double quotes!&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2016 11:38:43 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2016-10-17T11:38:43Z</dc:date>
    <item>
      <title>Field extraction using Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255995#M76655</link>
      <description>&lt;P&gt;Hi at all,&lt;BR /&gt;
I would extract a field as a part of source field and I know how to do this using rex command&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=source "myregex"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but I'd like to configure this field once and not in all my searches.&lt;BR /&gt;
I tried putting in field extractor &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;field=source "myregex"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but there's something wrong!&lt;/P&gt;

&lt;P&gt;Anyone has any idea?&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 10:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255995#M76655</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-17T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction using Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255996#M76656</link>
      <description>&lt;P&gt;The field extractor looks in the entire event.  It's equivalent to &lt;CODE&gt;rex field=_raw "myregex"&lt;/CODE&gt;.  You'll have to adjust your 'myregex' string to extract the desired field from the whole event.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:12:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255996#M76656</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-10-17T11:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction using Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255997#M76657</link>
      <description>&lt;P&gt;yes I know, but source field isn't in _row.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255997#M76657</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-17T11:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction using Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255998#M76658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;try this. You cannot use the "Field Extractor" for this. Need to Settings --&amp;gt; Fields --&amp;gt;  Field extractions --&amp;gt; New&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"myregex" in source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;looks something like this then.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?&amp;lt;newfield&amp;gt;.*) in source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:18:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255998#M76658</guid>
      <dc:creator>TStrauch</dc:creator>
      <dc:date>2016-10-17T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction using Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255999#M76659</link>
      <description>&lt;P&gt;Perfect: without double quotes!&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:38:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-using-Field-Extractor/m-p/255999#M76659</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-17T11:38:43Z</dc:date>
    </item>
  </channel>
</rss>

