<?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: Error in 'IndexScopedSearch': The search failed. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14255#M1487</link>
    <description>&lt;P&gt;1) That error you're hitting in IndexScopedSearch is because when there are hundreds of thousands of events indexed in a single second, splunk will run into fundamental memory problems. 
At base the fix you need to make is in how one or more data inputs are configured,  and the question is answered quite well over here: 
&lt;A href="http://splunk-base.splunk.com/answers/303/whats-max-events-i-can-have-timestamped-with-a-particular-second-millisecond" target="test_blank"&gt;http://splunk-base.splunk.com/answers/303/whats-max-events-i-can-have-timestamped-with-a-particular-second-millisecond&lt;/A&gt;

&lt;/P&gt;&lt;P&gt;2) This is not directly related to the error message, but I suspect there's also a missing space in your search as posted and maybe another typo?   because running that permalink the search looks like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* | regex_raw="%SYS-5-CONFIG_I:"
Last 24 hours
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;there is no search command called &lt;CODE&gt;regex_raw&lt;/CODE&gt;, although it seems obvious that you intended &lt;CODE&gt;| regex _raw&lt;/CODE&gt;?   And the newline character followed by 'Last 24 hours' in the search bar looks very strange indeed and I doubt its doing anything useful. &lt;/P&gt;

&lt;P&gt;3) This is also not directly related to your error but assuming that you meant to run the &lt;CODE&gt;rex&lt;/CODE&gt; command and run a regex on the _raw field, its worth mentioning that searching for "*" and then piping that to a rex command on _raw is always going to be an extremely inefficient way to go.   search * means that the splunk index has to get every single event off disk and run that regex against it. 
So if there's any kind of search terms you can put in that initial search clause, it will allow splunk to do less work and that will pay off immensely in search performance. &lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2010 12:49:48 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2010-05-26T12:49:48Z</dc:date>
    <item>
      <title>Error in 'IndexScopedSearch': The search failed.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14254#M1486</link>
      <description>&lt;P&gt;Running this search:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://host1.com:8000/en-US/app/search/flashtimeline?q=search%20" rel="nofollow"&gt;http://host1.com:8000/en-US/app/search/flashtimeline?q=search%20&lt;/A&gt;* | regex_raw%3D%22%25SYS-5-CONFIG_I%3A%22%0ALast%2024%20hours#about&lt;/P&gt;

&lt;P&gt;results in:&lt;/P&gt;

&lt;P&gt;Error in 'IndexScopedSearch': The search failed. More than 125000 events found at time 1274231102.&lt;/P&gt;

&lt;P&gt;It actually finds 10 matching events before it errors out.&lt;/P&gt;

&lt;P&gt;What's wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2010 04:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14254#M1486</guid>
      <dc:creator>Jaci</dc:creator>
      <dc:date>2010-05-26T04:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error in 'IndexScopedSearch': The search failed.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14255#M1487</link>
      <description>&lt;P&gt;1) That error you're hitting in IndexScopedSearch is because when there are hundreds of thousands of events indexed in a single second, splunk will run into fundamental memory problems. 
At base the fix you need to make is in how one or more data inputs are configured,  and the question is answered quite well over here: 
&lt;A href="http://splunk-base.splunk.com/answers/303/whats-max-events-i-can-have-timestamped-with-a-particular-second-millisecond" target="test_blank"&gt;http://splunk-base.splunk.com/answers/303/whats-max-events-i-can-have-timestamped-with-a-particular-second-millisecond&lt;/A&gt;

&lt;/P&gt;&lt;P&gt;2) This is not directly related to the error message, but I suspect there's also a missing space in your search as posted and maybe another typo?   because running that permalink the search looks like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* | regex_raw="%SYS-5-CONFIG_I:"
Last 24 hours
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;there is no search command called &lt;CODE&gt;regex_raw&lt;/CODE&gt;, although it seems obvious that you intended &lt;CODE&gt;| regex _raw&lt;/CODE&gt;?   And the newline character followed by 'Last 24 hours' in the search bar looks very strange indeed and I doubt its doing anything useful. &lt;/P&gt;

&lt;P&gt;3) This is also not directly related to your error but assuming that you meant to run the &lt;CODE&gt;rex&lt;/CODE&gt; command and run a regex on the _raw field, its worth mentioning that searching for "*" and then piping that to a rex command on _raw is always going to be an extremely inefficient way to go.   search * means that the splunk index has to get every single event off disk and run that regex against it. 
So if there's any kind of search terms you can put in that initial search clause, it will allow splunk to do less work and that will pay off immensely in search performance. &lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2010 12:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14255#M1487</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-26T12:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in 'IndexScopedSearch': The search failed.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14256#M1488</link>
      <description>&lt;P&gt;Thank you for you answer Nick&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2010 22:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-in-IndexScopedSearch-The-search-failed/m-p/14256#M1488</guid>
      <dc:creator>Jaci</dc:creator>
      <dc:date>2010-05-28T22:09:36Z</dc:date>
    </item>
  </channel>
</rss>

