<?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: Why Are My Search Results Truncated? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435344#M173345</link>
    <description>&lt;P&gt;Check the &lt;CODE&gt;search.log&lt;/CODE&gt; in the &lt;CODE&gt;job inspector&lt;/CODE&gt; popup.  I suspect that you are eating up all available RAM on your search head and the solution may be to increase your RAM.  If this is a VM, this is easy to test.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 23:06:58 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-01-28T23:06:58Z</dc:date>
    <item>
      <title>Why Are My Search Results Truncated?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435343#M173344</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm running into behavior I don't quite understand and was hoping someone might be able to shed some light on it. &lt;/P&gt;

&lt;P&gt;1.) I'm running a search as an admin on a default install of 7.2.0 Splunk (no changes to limits.conf). I perform that search on an index that would return over 40k events if it were to return every matching result of the query. &lt;/P&gt;

&lt;P&gt;2.) If I run that search as is in the Splunk search bar, it shows the right number of events (as it does in the Job Manager as well). But if I try to navigate through all those results, on page 25 (listing 50 events per page) I get the following warning message in the pager: "Currently displaying the most recent 1250 events in the selected range. Select a narrower range or zoom in to see more events.". I have no ability to navigate beyond page 25 at that point.&lt;/P&gt;

&lt;P&gt;3.) If I run that search with "| head 12626", all 12626 events are returned and can be navigated (allowing me to go well beyond page 25). &lt;/P&gt;

&lt;P&gt;4.) If I run that search with "| head 12627", I get the "most recent 1250 events" warning message. &lt;/P&gt;

&lt;P&gt;5.) If I compare the search job log file for the "| head 12626" and "| head 12627" searches, they are essentially identical. There are no indications that anything was truncated in either case. No mention of any limits being exceeded. The "| head 12626" search actually ends up showing more memory used in the job manager.&lt;/P&gt;

&lt;P&gt;6.) If I run that search using a SearchManager and put the results into a TableView on a custom Splunk dashboard, the results are also truncated but differently. For instance, with the "| head 12627", I can navigate to page 229 in my TableView (which is still short of the 12627 events but considerably more than 1250). &lt;/P&gt;

&lt;P&gt;7.) If I check the SearchManager when results are truncated for the "| head 12767" search I see:  "eventCount: 12627", "eventIsTruncated: true", and "eventAvailableCount: 1227" (considerably less than the 11444 events that appear in my table). &lt;/P&gt;

&lt;P&gt;I'm curious if anyone knows why I would be running into this behavior and if there is anything I can do to get around it? I'm specifically hoping for a solution that allwos me to display all the results of the search in the table on my custom dashboard. &lt;/P&gt;

&lt;P&gt;Thank you very much for any help you can provide.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 21:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435343#M173344</guid>
      <dc:creator>SplunkPersonal</dc:creator>
      <dc:date>2019-01-28T21:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why Are My Search Results Truncated?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435344#M173345</link>
      <description>&lt;P&gt;Check the &lt;CODE&gt;search.log&lt;/CODE&gt; in the &lt;CODE&gt;job inspector&lt;/CODE&gt; popup.  I suspect that you are eating up all available RAM on your search head and the solution may be to increase your RAM.  If this is a VM, this is easy to test.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 23:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435344#M173345</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-01-28T23:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why Are My Search Results Truncated?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435345#M173346</link>
      <description>&lt;P&gt;Thank  you very much for the response. I hadn't seen anything in the search.log that jumped out at me. I even diff'd the 12626 and 12627 logs to see if there was anything different between the two. But they both are essentially the same (different timestamps of course and a slightly different ordering of the user context messages). &lt;/P&gt;

&lt;P&gt;But bumping into a memory limit is a good point. I just tested it now by doubling the RAM for my VM. Unfortunately I hit the exact same issue (full results for "| head 12626" and truncated results for 12627). &lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 23:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435345#M173346</guid>
      <dc:creator>SplunkPersonal</dc:creator>
      <dc:date>2019-01-28T23:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why Are My Search Results Truncated?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435346#M173347</link>
      <description>&lt;P&gt;If there is not something in &lt;CODE&gt;search.log&lt;/CODE&gt;, then I've got nothing.  You should open a support case and REPORT BACK HERE what you find out.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 23:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435346#M173347</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-01-28T23:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why Are My Search Results Truncated?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435347#M173348</link>
      <description>&lt;P&gt;Thanks for the suggestion. If I don't get it working in the next few days, I'll follow up with support. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 23:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Are-My-Search-Results-Truncated/m-p/435347#M173348</guid>
      <dc:creator>SplunkPersonal</dc:creator>
      <dc:date>2019-01-28T23:45:00Z</dc:date>
    </item>
  </channel>
</rss>

