<?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 Issue at selection with Time Range picker in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448335#M168245</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;we use in our environment (indexer cluster, searchhaed/deployment server) Splunk enterprise version 7.1.1. &lt;BR /&gt;
If we do a search like this &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;index="test" host="testserver" | sort 0 _time&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Over the last 7 days we are not able to show only some events which we select with the time range picker. &lt;/P&gt;

&lt;P&gt;Does anybody know why this issue only appears if we use &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| sort 0 _time&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;in our search? If we do not use this, we are able to pick a time range from the picker.&lt;BR /&gt;
But then the events are not sorted and not really usable. &lt;/P&gt;</description>
    <pubDate>Thu, 19 Jul 2018 09:40:27 GMT</pubDate>
    <dc:creator>krusty</dc:creator>
    <dc:date>2018-07-19T09:40:27Z</dc:date>
    <item>
      <title>Issue at selection with Time Range picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448335#M168245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;we use in our environment (indexer cluster, searchhaed/deployment server) Splunk enterprise version 7.1.1. &lt;BR /&gt;
If we do a search like this &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;index="test" host="testserver" | sort 0 _time&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Over the last 7 days we are not able to show only some events which we select with the time range picker. &lt;/P&gt;

&lt;P&gt;Does anybody know why this issue only appears if we use &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| sort 0 _time&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;in our search? If we do not use this, we are able to pick a time range from the picker.&lt;BR /&gt;
But then the events are not sorted and not really usable. &lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 09:40:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448335#M168245</guid>
      <dc:creator>krusty</dc:creator>
      <dc:date>2018-07-19T09:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue at selection with Time Range picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448336#M168246</link>
      <description>&lt;P&gt;Is not shortage of resources?&lt;BR /&gt;
Has an error been output(search.log)?&lt;BR /&gt;
What happens when you narrow down the fields?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="test" host="testserver" |fields _time,(fields you use)| sort 0 _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Jul 2018 12:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448336#M168246</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-07-19T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue at selection with Time Range picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448337#M168247</link>
      <description>&lt;P&gt;No error is been reported in any logfile.&lt;/P&gt;

&lt;P&gt;If I use&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="test" host="testserver*" 
|  fields _time, raw 
| sort 0 _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the search field and search for the last 7 days. I got 10434 events. Then I choose a timeframe from the time picker and at the bottom of the page I didn't see any events, but the page show below the search field that I selected 394 events. &lt;/P&gt;

&lt;P&gt;Unfortunately I couldn't upload an example, otherwise you could see what I mean.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:34:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448337#M168247</guid>
      <dc:creator>krusty</dc:creator>
      <dc:date>2018-07-20T13:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue at selection with Time Range picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448338#M168248</link>
      <description>&lt;P&gt;About 10,000 things will not result in memory shortage. 394 cases are not displayed but are the correct number of cases?&lt;/P&gt;

&lt;P&gt;It does not reproduce in my environment. Check the search.log and check warnings and errors.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 17:32:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-at-selection-with-Time-Range-picker/m-p/448338#M168248</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-07-20T17:32:22Z</dc:date>
    </item>
  </channel>
</rss>

