<?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: How to include Field Extraction name in Splunk search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210378#M176652</link>
    <description>&lt;P&gt;I tried &lt;CODE&gt;index=main sourcetype=BANK_APPLOG TransID | table TransID, _raw&lt;/CODE&gt; but this did not return any results.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2016 15:00:12 GMT</pubDate>
    <dc:creator>friscos</dc:creator>
    <dc:date>2016-09-22T15:00:12Z</dc:date>
    <item>
      <title>How to include Field Extraction name in Splunk search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210374#M176648</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have extracted a transaction id using field extraction. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Field Extraction Name: BANK_APPLOG : EXTRACT-TransID
RegEx: ^(?:[^&amp;gt;\n]*&amp;gt;){4}(?P&amp;lt;TransID&amp;gt;\w+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do i include this field extraction name in the search so that I can retrieve all the transaction ids.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:17:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210374#M176648</guid>
      <dc:creator>friscos</dc:creator>
      <dc:date>2016-09-22T14:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Field Extraction name in Splunk search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210375#M176649</link>
      <description>&lt;P&gt;If you completed the field extraction and saved it you can use the field in your searches.&lt;BR /&gt;
Otherwise you could use it adding a command &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex "^(?:[^&amp;gt;\n]*&amp;gt;){4}(?P&amp;lt;TransID&amp;gt;\w+)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and use it.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210375#M176649</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-09-22T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Field Extraction name in Splunk search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210376#M176650</link>
      <description>&lt;P&gt;Index=ABC (sourcetype=ghi, source=def if needed) TransID |table TransID, _raw&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210376#M176650</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-09-22T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Field Extraction name in Splunk search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210377#M176651</link>
      <description>&lt;P&gt;I have tried this but this retrieves all the events and not by transaction id. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main sourcetype=BANK_APPLOG |  rex "^(?:[^&amp;gt;\n]*&amp;gt;){4}(?P&amp;lt;TransID&amp;gt;\w+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210377#M176651</guid>
      <dc:creator>friscos</dc:creator>
      <dc:date>2016-09-22T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Field Extraction name in Splunk search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210378#M176652</link>
      <description>&lt;P&gt;I tried &lt;CODE&gt;index=main sourcetype=BANK_APPLOG TransID | table TransID, _raw&lt;/CODE&gt; but this did not return any results.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-Field-Extraction-name-in-Splunk-search/m-p/210378#M176652</guid>
      <dc:creator>friscos</dc:creator>
      <dc:date>2016-09-22T15:00:12Z</dc:date>
    </item>
  </channel>
</rss>

