<?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 Search shows zero results when searching a field defined by search time extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/501228#M139582</link>
    <description>&lt;P&gt;index=environment sourcetype=infinity_thermostat &amp;lt; shows all the extracted fields and values under "Interesting Fields"&amp;gt;&lt;/P&gt;

&lt;P&gt;When I click and interesting field, see it's values and select a value (which adds it to the search), zero results are returned. Is this a bug in recent versions?&lt;/P&gt;

&lt;P&gt;I've seen other "similar" posts and some talk about workarounds such as fields.conf, but this is pretty straight forward and the search time extractions are working, just not searchable when used in the search.  &lt;/P&gt;

&lt;P&gt;cooling=idle is the example I'm using which returns zero, cooling=idle* (zero results), cooling=idl* (zero results), cooling=id* (results), cooling=i* (results), cooling=* (all results), cooling=*idle (results)&lt;/P&gt;

&lt;P&gt;Thank you for any thoughts/help &lt;/P&gt;

&lt;P&gt;Screenshots attached showing the issue.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8588i4EECDA482F9395B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8589i0646B8B449AB295B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 22:29:16 GMT</pubDate>
    <dc:creator>nortonjco</dc:creator>
    <dc:date>2020-03-26T22:29:16Z</dc:date>
    <item>
      <title>Search shows zero results when searching a field defined by search time extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/501228#M139582</link>
      <description>&lt;P&gt;index=environment sourcetype=infinity_thermostat &amp;lt; shows all the extracted fields and values under "Interesting Fields"&amp;gt;&lt;/P&gt;

&lt;P&gt;When I click and interesting field, see it's values and select a value (which adds it to the search), zero results are returned. Is this a bug in recent versions?&lt;/P&gt;

&lt;P&gt;I've seen other "similar" posts and some talk about workarounds such as fields.conf, but this is pretty straight forward and the search time extractions are working, just not searchable when used in the search.  &lt;/P&gt;

&lt;P&gt;cooling=idle is the example I'm using which returns zero, cooling=idle* (zero results), cooling=idl* (zero results), cooling=id* (results), cooling=i* (results), cooling=* (all results), cooling=*idle (results)&lt;/P&gt;

&lt;P&gt;Thank you for any thoughts/help &lt;/P&gt;

&lt;P&gt;Screenshots attached showing the issue.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8588i4EECDA482F9395B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8589i0646B8B449AB295B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 22:29:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/501228#M139582</guid>
      <dc:creator>nortonjco</dc:creator>
      <dc:date>2020-03-26T22:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search shows zero results when searching a field defined by search time extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/501229#M139583</link>
      <description>&lt;P&gt;This is a classic example of the &lt;CODE&gt;field.conf&lt;/CODE&gt; problem so why are you doubting the appropriateness and efficacy?  I will reiterate what you have already read:&lt;/P&gt;

&lt;P&gt;If your values are not separated by major/minor-breakers (segmenters.conf), then they will not appear as indexed values in your tsidx so you have to tell the Search Head that these fields are not indexed fields by adding this to fields.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[cooling]
INDEXED_VALUE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See details here:&lt;BR /&gt;
&lt;A href="https://www.splunk.com/blog/2011/10/07/cannot-search-based-on-an-extracted-field.html"&gt;https://www.splunk.com/blog/2011/10/07/cannot-search-based-on-an-extracted-field.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;BE CAREFUL! This is a GLOBAL setting and will effect all fields named &lt;CODE&gt;cooling&lt;/CODE&gt; so you would be best off naming this field something that is uncommon (unlikely to be used by anybody else anywhere else).&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 04:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/501229#M139583</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-27T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search shows zero results when searching a field defined by search time extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/550293#M156158</link>
      <description>&lt;P&gt;I have a couple of questions:&lt;/P&gt;&lt;P&gt;1) Isn't it the case that this was fixed after version 4.3? That is what's noted in the document linked in the explanation. We're seeing this behavior, and we're on cloud 8.0.x.&lt;/P&gt;&lt;P&gt;2) It's a global change to affect field.conf - is that the same for affecting segmenters.conf?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 22:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-shows-zero-results-when-searching-a-field-defined-by/m-p/550293#M156158</guid>
      <dc:creator>jasongb</dc:creator>
      <dc:date>2021-05-03T22:47:50Z</dc:date>
    </item>
  </channel>
</rss>

