<?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: Apply field extraction to source field in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308820#M92767</link>
    <description>&lt;P&gt;You can use &lt;CODE&gt;rex&lt;/CODE&gt; but it will only apply at search time&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | rex field=source &amp;lt;REGEX&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 15:24:27 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2017-07-17T15:24:27Z</dc:date>
    <item>
      <title>Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308819#M92766</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to extract a few fields from the 'source' field.&lt;/P&gt;

&lt;P&gt;I do not have access to props.conf.&lt;/P&gt;

&lt;P&gt;Is there anyway of doing this extraction from the Splunk Search Head UI? (as I do not have access to change props.conf)&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Namritha&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:22:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308819#M92766</guid>
      <dc:creator>namrithadeepak</dc:creator>
      <dc:date>2017-07-17T15:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308820#M92767</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;rex&lt;/CODE&gt; but it will only apply at search time&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | rex field=source &amp;lt;REGEX&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:24:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308820#M92767</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-07-17T15:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308821#M92768</link>
      <description>&lt;P&gt;I want to define it as an extracted field.&lt;/P&gt;

&lt;P&gt;I am going to using field1 and field2 in summary indexes, and I do not want to include regex in summary index.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:32:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308821#M92768</guid>
      <dc:creator>namrithadeepak</dc:creator>
      <dc:date>2017-07-17T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308822#M92769</link>
      <description>&lt;P&gt;Fields » Field transformations » Add new &lt;BR /&gt;
Name : tranfroms name&lt;BR /&gt;
Type: regex-based&lt;BR /&gt;
Regular expression: your regular &lt;BR /&gt;
Format: your field name::$1&lt;BR /&gt;
Source key: source&lt;/P&gt;

&lt;P&gt;Fields » Field extractions » Add new &lt;/P&gt;

&lt;P&gt;Name : extraction name&lt;BR /&gt;
sourcetype : give your sourcetyp&lt;BR /&gt;
Type: Use transform&lt;BR /&gt;
Extraction/Transform: transform name mentioned above&lt;/P&gt;

&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:46:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308822#M92769</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2017-07-17T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308823#M92770</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managesearch-timefieldextractions#Add_new_field_extractions_in_Splunk_Web"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managesearch-timefieldextractions#Add_new_field_extractions_in_Splunk_Web&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Badri nailed it. Here are the docs that walk you through it. This will be the same thing as configuring directly via the conf files. &lt;/P&gt;

&lt;P&gt;Also remember that you don't need the field names in the capture groups if you use the transforms method. &lt;/P&gt;

&lt;P&gt;Some real good reading here too:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf#Field_extraction_configuration"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf#Field_extraction_configuration&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Transformsconf#GLOBAL_SETTINGS"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Transformsconf#GLOBAL_SETTINGS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308823#M92770</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-17T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308824#M92771</link>
      <description>&lt;P&gt;If you go to Settings --&amp;gt; Fields --&amp;gt; Field Transformations, you can create a field transform (a field extracting regular expression) that uses the "source" field as the source-key.   &lt;/P&gt;

&lt;P&gt;Next go to Settings --&amp;gt; Fields --&amp;gt; Field Extractions and create a new extraction, being sure to set the "Type" to Transform and using the Transform you created above.  &lt;/P&gt;

&lt;P&gt;Be sure to put both of these in the correct app.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308824#M92771</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2017-07-17T15:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308825#M92772</link>
      <description>&lt;P&gt;@sbbadri beat me to it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:59:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308825#M92772</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2017-07-17T15:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308826#M92773</link>
      <description>&lt;P&gt;Thankyou &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Worked beautifully.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 21:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308826#M92773</guid>
      <dc:creator>namrithadeepak</dc:creator>
      <dc:date>2017-07-18T21:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apply field extraction to source field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308827#M92774</link>
      <description>&lt;P&gt;Thankyou very much&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 21:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Apply-field-extraction-to-source-field/m-p/308827#M92774</guid>
      <dc:creator>namrithadeepak</dc:creator>
      <dc:date>2017-07-18T21:10:29Z</dc:date>
    </item>
  </channel>
</rss>

