<?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: IndexScopedSearch Error in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65948#M16369</link>
    <description>&lt;P&gt;we also have this problem, is there any way to extend the limition ? because we can't find other way to reduce events on a single timestamp.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2011 19:28:26 GMT</pubDate>
    <dc:creator>dmlee</dc:creator>
    <dc:date>2011-01-06T19:28:26Z</dc:date>
    <item>
      <title>IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65943#M16364</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;

&lt;P&gt;We recently upgraded our Splunk instance from 4.0.10 to 4.1.4. After the upgrade we are seeing the following error being generated from one of the charts using a summary-indexed query:  &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Error in 'IndexScopedSearch': The search failed. More than 125000 events found at time 1286150400.&lt;/CODE&gt;  &lt;/P&gt;

&lt;P&gt;The query is of the form:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary s_name="blah" | stats count as s_count by orig_host, field1, _time | 
timechart sum(s_count) by orig_host  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This chart worked fine in 4.0.10. Thanks for your help.  &lt;/P&gt;

&lt;P&gt;Ranga&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2010 05:48:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65943#M16364</guid>
      <dc:creator>sranga</dc:creator>
      <dc:date>2010-10-07T05:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65944#M16365</link>
      <description>&lt;P&gt;Looks like you are producing too many events on a single timestamp within your summary index saved search.&lt;/P&gt;

&lt;P&gt;1286150400 is 2010-10-04 00:00.00&lt;/P&gt;

&lt;P&gt;Are you producing your summary index events with &lt;CODE&gt;sistats&lt;/CODE&gt;?  If so, you should look very carefully at which stats functions you are using.  You can actually end up with more events in your summary index than you are summarizing depending on your field/function combinations.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;If you haven't found this already, the following is helpful information in understanding the issue at hand.  (I'm fairly certain this is the same issue, but I could be wrong.)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/303/whats-max-events-i-can-have-timestamped-with-a-particular-second-millisecond" rel="nofollow"&gt;http://answers.splunk.com/questions/303/whats-max-events-i-can-have-timestamped-with-a-particular-second-millisecond&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2010 06:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65944#M16365</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-10-07T06:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65945#M16366</link>
      <description>&lt;P&gt;Thanks. Yes, I use sistats. The query specified in the question is the one I use in my summary index and it is of the form: index=summary s_name="blah" | sistats count as s_count by orig_host, field1, _time&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65945#M16366</guid>
      <dc:creator>sranga</dc:creator>
      <dc:date>2020-09-28T09:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65946#M16367</link>
      <description>&lt;P&gt;For a simple count like that, I'm not sure that &lt;CODE&gt;sistats&lt;/CODE&gt; buys you anything that plain &lt;CODE&gt;stats&lt;/CODE&gt; wouldn't do.  You do have to watch out for how you name your fields, but that's not a big deal.  It would also be good to confirm that your scheduled interval and search time range aren't overlapping or anything like that.  That could certainly lead to too many summary events as well.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2010 20:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65946#M16367</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-10-08T20:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65947#M16368</link>
      <description>&lt;P&gt;Thanks. If I don't use sistats, how do I summary index my data? Are you suggesting that I manually configure the summary index using &lt;CODE&gt;addinfo&lt;/CODE&gt; and &lt;CODE&gt;collect&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2010 00:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65947#M16368</guid>
      <dc:creator>sranga</dc:creator>
      <dc:date>2010-10-09T00:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65948#M16369</link>
      <description>&lt;P&gt;we also have this problem, is there any way to extend the limition ? because we can't find other way to reduce events on a single timestamp.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 19:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65948#M16369</guid>
      <dc:creator>dmlee</dc:creator>
      <dc:date>2011-01-06T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65949#M16370</link>
      <description>&lt;P&gt;@sranga, sorry for getting back so late, I must have missed your comment.  While you can use &lt;CODE&gt;addinfo&lt;/CODE&gt; and &lt;CODE&gt;collect&lt;/CODE&gt; and all that, you don't have to, and that's not what I'm suggesting that you change.  I'm simply pointing out that you can change your search to use &lt;CODE&gt;| stats&lt;/CODE&gt; instead of using &lt;CODE&gt;| sistats&lt;/CODE&gt; the &lt;CODE&gt;si&lt;/CODE&gt;-prefixed search operators sometimes give you extra value add and generally lets you do less thinking upfront, but I've found that blindly choosing &lt;CODE&gt;sistats&lt;/CODE&gt; over &lt;CODE&gt;stats&lt;/CODE&gt; can lead to other problems if you aren't paying attention to how much output it creates.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 22:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65949#M16370</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2011-01-06T22:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: IndexScopedSearch Error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65950#M16371</link>
      <description>&lt;P&gt;@dmlee, you may want to open a new question.  This question is specifically referring to a change in behavior after an upgrade; but there is a more generic question here:  How to avoid 125000 events limit in my summary index?  If you ask a question like that you me able to get some additional attention.  I don't have a good answer, especially without seeing the related searches.  I added a link of interest to my answer that may be helpful too.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 22:56:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IndexScopedSearch-Error/m-p/65950#M16371</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2011-01-06T22:56:56Z</dc:date>
    </item>
  </channel>
</rss>

