<?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: Search results not displayed when using certain fields in the initial search string in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-results-not-displayed-when-using-certain-fields-in-the/m-p/55400#M13527</link>
    <description>&lt;P&gt;This typically happens for two reasons.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;The value of slotID, here "1234", is not searchable on its own. We optimize searches by replacing the equality with the value, and post-filter. If this is the case, you can mark "slotID" as "INDEXED_VALUE = false" in fields.conf.&lt;/LI&gt;
&lt;LI&gt;If the slotID extraction is configured via an eventtype in props.conf, it will be extracted, but not searchable in the first search clause. There is no workaround for this.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 22 Sep 2010 05:36:29 GMT</pubDate>
    <dc:creator>Stephen_Sorkin</dc:creator>
    <dc:date>2010-09-22T05:36:29Z</dc:date>
    <item>
      <title>Search results not displayed when using certain fields in the initial search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-results-not-displayed-when-using-certain-fields-in-the/m-p/55399#M13526</link>
      <description>&lt;P&gt;This is probably pretty straightforward but on my search head the following will &lt;STRONG&gt;not&lt;/STRONG&gt; return any results:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=train sourcetype=transcript slotID=1234
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;whereas the following will:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=train sourcetype=transcript | search slotID=1234
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;slotID is a unique field extracted via props/transforms. Permissions are defined as read:everyone, write:admin
What am I doing wrong?&lt;/P&gt;

&lt;P&gt;Note that for other searches, I can query a unique field and it results will be returned:
index=train sourcetype=transcript status=running
(here "status" is extracted via the same props/transforms mechanism)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2010 04:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-results-not-displayed-when-using-certain-fields-in-the/m-p/55399#M13526</guid>
      <dc:creator>Blu3fish</dc:creator>
      <dc:date>2010-09-22T04:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search results not displayed when using certain fields in the initial search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-results-not-displayed-when-using-certain-fields-in-the/m-p/55400#M13527</link>
      <description>&lt;P&gt;This typically happens for two reasons.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;The value of slotID, here "1234", is not searchable on its own. We optimize searches by replacing the equality with the value, and post-filter. If this is the case, you can mark "slotID" as "INDEXED_VALUE = false" in fields.conf.&lt;/LI&gt;
&lt;LI&gt;If the slotID extraction is configured via an eventtype in props.conf, it will be extracted, but not searchable in the first search clause. There is no workaround for this.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:36:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-results-not-displayed-when-using-certain-fields-in-the/m-p/55400#M13527</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-09-22T05:36:29Z</dc:date>
    </item>
  </channel>
</rss>

