<?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: My search for a field=value returns 0 events when I know there should be events returned.  Why? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12320#M980</link>
    <description>&lt;P&gt;Well bad performance is better than not working at all.  But indeed to skirt the performance issue for any particular field value 1234, you'd have to always do "myWholeField="1234*" myLittleField="1234", and that makes the whole thing look pretty silly. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2010 05:01:14 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2010-04-27T05:01:14Z</dc:date>
    <item>
      <title>My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12314#M974</link>
      <description>&lt;P&gt;I have a search-time field extraction that shows up in my pick fields list and everything.  The fields list is showing an event count for values that occur for that field.  However, when I click on the field value, it returns 0 events.&lt;/P&gt;

&lt;P&gt;My search-time extraction REGEX pulls out a portion of the token to return as a value.  So, in my raw event, I have a token like a12345b where the value is actually 12345.&lt;/P&gt;

&lt;P&gt;What is the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 03:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12314#M974</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-27T03:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12315#M975</link>
      <description>&lt;P&gt;There is an additional configuration required when you have an extraction configured to pull a value out of a subtoken.  Its a simple edit to fields.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[field_name]
INDEXED=False
INDEXED_VALUE=False
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that this may impact search performance for this particular field.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 03:54:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12315#M975</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-27T03:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12316#M976</link>
      <description>&lt;P&gt;I don't understand this question.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 04:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12316#M976</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-04-27T04:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12317#M977</link>
      <description>&lt;P&gt;I would strongly recommend against this solution as it will have an &lt;EM&gt;extremely&lt;/EM&gt; adverse effect on search performance against this field. A much better fix is simply to search on &lt;CODE&gt;myfield=*myvalue*&lt;/CODE&gt;, &lt;CODE&gt;myfield=myvalue*&lt;/CODE&gt;, or &lt;CODE&gt;myfield=*myvalue&lt;/CODE&gt;, as appropriate to your data.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 04:26:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12317#M977</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-27T04:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12318#M978</link>
      <description>&lt;P&gt;Another workaround that &lt;EM&gt;could&lt;/EM&gt; work in rare cases is to modify segmentation settings so that the partial token is indexed as a full token. But the default probably already does this for any case that you're realistically likely to run into. It would not be a bad ER to ask for segmentation on letter/digit boundaries, which I believe is currently impossible to configure.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 04:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12318#M978</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-27T04:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12319#M979</link>
      <description>&lt;P&gt;You just lost reputation point for doing that.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 04:35:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12319#M979</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-27T04:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12320#M980</link>
      <description>&lt;P&gt;Well bad performance is better than not working at all.  But indeed to skirt the performance issue for any particular field value 1234, you'd have to always do "myWholeField="1234*" myLittleField="1234", and that makes the whole thing look pretty silly. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 05:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12320#M980</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-04-27T05:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: My search for a field=value returns 0 events when I know there should be events returned.  Why?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12321#M981</link>
      <description>&lt;P&gt;Its more common for this case to be hit when the extraction is based of off source, sourcetype, or host values. Not sure these comments apply in that situation.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2010 16:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/My-search-for-a-field-value-returns-0-events-when-I-know-there/m-p/12321#M981</guid>
      <dc:creator>Dan</dc:creator>
      <dc:date>2010-04-29T16:06:38Z</dc:date>
    </item>
  </channel>
</rss>

