<?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 and Search Not Syncing Properly in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52347#M12717</link>
    <description>&lt;P&gt;I was incorrect. I had changed the regex temporarily so that the reports would work correctly and forgot to change them back for the test. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2013 17:03:26 GMT</pubDate>
    <dc:creator>mhomolka</dc:creator>
    <dc:date>2013-06-03T17:03:26Z</dc:date>
    <item>
      <title>Field Extraction and Search Not Syncing Properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52344#M12714</link>
      <description>&lt;P&gt;I am having a problem where I can extract a field, but when using that field in the search it will not return results. I believe I have narrowed the problem down to being an issue with me removing part of the word that is unneeded (it is the same on each field).&lt;/P&gt;

&lt;P&gt;Here is an example:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;^.*Test(?&amp;lt;extracted&amp;gt;[^:]).*$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;TestOne returns 'One', TestTwo returns 'Two', etc.&lt;/P&gt;

&lt;P&gt;But when I search using extracted it will fail unless I do one of the following (which both I would prefer to avoid):&lt;/P&gt;

&lt;P&gt;Change the regex: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;^.*(?&amp;lt;extracted&amp;gt;Test[^:]).*$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;TestOne returns 'TestOne', TestTwo returns 'TestTwo', etc.&lt;/P&gt;

&lt;P&gt;Add a wildcard at the front of the search: extracted="*One" to get all 'TestOne'&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 17:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52344#M12714</guid>
      <dc:creator>mhomolka</dc:creator>
      <dc:date>2013-05-31T17:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction and Search Not Syncing Properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52345#M12715</link>
      <description>&lt;P&gt;You're probably seeing the effects of what is described here: &lt;A href="http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/"&gt;http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Basically Splunk breaks down event data into individual segments and uses those for searching. When you define extractions that do not correspond to any segment Splunk won't find anything.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2013 18:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52345#M12715</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-06-01T18:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction and Search Not Syncing Properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52346#M12716</link>
      <description>&lt;P&gt;I don't believe this is the answer. In the document it says that I should be able to search using Myfield="*" | search="Valid" and it would work. However, this doesn't work for mine either.&lt;/P&gt;

&lt;P&gt;Edit: Just wanted to clarify, this isn't necessarily wrong. I just think there is more to the answer as the test still fails for me.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 16:05:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52346#M12716</guid>
      <dc:creator>mhomolka</dc:creator>
      <dc:date>2013-06-03T16:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction and Search Not Syncing Properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52347#M12717</link>
      <description>&lt;P&gt;I was incorrect. I had changed the regex temporarily so that the reports would work correctly and forgot to change them back for the test. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 17:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-and-Search-Not-Syncing-Properly/m-p/52347#M12717</guid>
      <dc:creator>mhomolka</dc:creator>
      <dc:date>2013-06-03T17:03:26Z</dc:date>
    </item>
  </channel>
</rss>

