<?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 extract NOT search. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415079#M119513</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/4633"&gt;@khyoung7410&lt;/a&gt; ,&lt;/P&gt;

&lt;P&gt;Try named groups&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|makeresults|eval A=123456789
|rex field=A "(?&amp;lt;A_1&amp;gt;[0-9]{3})(?&amp;lt;A_2&amp;gt;[0-9]{3})(?&amp;lt;A_3&amp;gt;[0-9]{3})"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should result three fields A_1,A_2,A_3 and you can search &lt;CODE&gt;where A_1=123&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 22:52:59 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2020-09-29T22:52:59Z</dc:date>
    <item>
      <title>Field extract NOT search.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415078#M119512</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
My data format is as follows.&lt;BR /&gt;
A=123456789&lt;BR /&gt;
Field was extracted for every three digits from field A.&lt;BR /&gt;
My field extract&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;A=(?P[0-9]{3})(?P[0-9]{3})(?P[0-9]{3}) &lt;BR /&gt;
New field name is A_1, A_2, A_3&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;The field is extracted but not searched by A_1=123.&lt;BR /&gt;
My search Ex&lt;BR /&gt;
index=main sourcetype=test A_1="123" &lt;BR /&gt;
search not running.....&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415078#M119512</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2020-09-29T22:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field extract NOT search.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415079#M119513</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/4633"&gt;@khyoung7410&lt;/a&gt; ,&lt;/P&gt;

&lt;P&gt;Try named groups&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|makeresults|eval A=123456789
|rex field=A "(?&amp;lt;A_1&amp;gt;[0-9]{3})(?&amp;lt;A_2&amp;gt;[0-9]{3})(?&amp;lt;A_3&amp;gt;[0-9]{3})"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should result three fields A_1,A_2,A_3 and you can search &lt;CODE&gt;where A_1=123&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415079#M119513</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-09-29T22:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field extract NOT search.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415080#M119514</link>
      <description>&lt;P&gt;Hi renjith.nair&lt;/P&gt;

&lt;P&gt;But Not searched after registering for field extraction.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 04:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extract-NOT-search/m-p/415080#M119514</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2019-01-21T04:21:21Z</dc:date>
    </item>
  </channel>
</rss>

