<?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: Getting error &amp;quot;maximum number of concurrent searches has been reached&amp;quot; in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17835#M543</link>
    <description>&lt;P&gt;Here are some troubleshooting documentation
&lt;A href="http://www.splunk.com/wiki/Community:TroubleshootingSearchQuotas" rel="nofollow"&gt;http://www.splunk.com/wiki/Community:TroubleshootingSearchQuotas&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2011 04:48:22 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2011-02-17T04:48:22Z</dc:date>
    <item>
      <title>Getting error "maximum number of concurrent searches has been reached"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17833#M541</link>
      <description>&lt;P&gt;I've read a couple other posts related to this, but I still need help. I just installed Splunk v4.1.3 on CentOS and moved my 8GB license over from the old Windows server.  I migrated all the warm buckets over (about 190GB) and LOVE some of the built-in Status dashboards. &lt;/P&gt;

&lt;P&gt;When logged in as a user, I have a problem.  When I try to run a "Search details" dashboard search (push the search button) for last 24 hours, I get "Your maximum number of concurrent searches has been reached. usage=3 quota=3 The search was not run. SearchId=1279715666.60". When I click "Jobs" in upper left corner, it shows about 25 jobs all with a "Done" status. I select-all, delete all the jobs, and refresh to be sure they're gone.  Then I go back and try to run the same search again, and get the same error but showing a different SearchID (SearchId=1279715854.75). &lt;/P&gt;

&lt;P&gt;When logged in as an admin, I don't have this problem.  My server is Dell 710 dual-core Intel Xeon 2.4GHz dual-processor quad-core CPUs with hyperthreading and about 70GB of RAM.&lt;/P&gt;

&lt;P&gt;Thanks,
Swack&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2010 19:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17833#M541</guid>
      <dc:creator>swackhap</dc:creator>
      <dc:date>2010-07-21T19:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error "maximum number of concurrent searches has been reached"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17834#M542</link>
      <description>&lt;P&gt;The maximum amount of concurrent searches that can be run system-wide is determined by a setting in &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Limitsconf" rel="nofollow"&gt;limits.conf&lt;/A&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[search]
max_searches_per_cpu = &amp;lt;int&amp;gt;
* the maximum number of concurrent searches per CPU. The system-wide number of searches
* is computed as max_searches_per_cpu x number_of_cpus + 2
* Defaults to 2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can increase this value in order to raise your system-wide concurrent search quota.&lt;/P&gt;

&lt;P&gt;But since you are not hitting the limit as admin, you likely have to increase your regular user's concurrent search quota. In &lt;A href="http://www.splunk.com/base/Documentation/4.1.4/admin/authorizeconf" rel="nofollow"&gt;authorize.conf&lt;/A&gt; you will want to tweak&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;srchJobsQuota = &amp;lt;number&amp;gt;
* Maximum number of concurrently running historical searches a member of this role can have (excludes real-time searches, see rtSrchJobsQuota)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and possibly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rtSrchJobsQuota = &amp;lt;number&amp;gt;
    * Maximum number of concurrently running real-time searches a member of this role can have
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;for the appropriate roles.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2010 20:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17834#M542</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-07-21T20:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error "maximum number of concurrent searches has been reached"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17835#M543</link>
      <description>&lt;P&gt;Here are some troubleshooting documentation
&lt;A href="http://www.splunk.com/wiki/Community:TroubleshootingSearchQuotas" rel="nofollow"&gt;http://www.splunk.com/wiki/Community:TroubleshootingSearchQuotas&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2011 04:48:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17835#M543</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2011-02-17T04:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error "maximum number of concurrent searches has been reached"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17836#M544</link>
      <description>&lt;P&gt;I have this same issue but for some reason only certain users get the error. All of the users are configured the same and the actions they are performing in the application are the same. I can't figure out why some of them get this error when others do not. I could increase the search quota but that doesn't answer the question of why some users get the error when others do not.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 18:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17836#M544</guid>
      <dc:creator>jgruwell</dc:creator>
      <dc:date>2012-01-19T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error "maximum number of concurrent searches has been reached"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17837#M545</link>
      <description>&lt;P&gt;Please note, these values have changed now . Read the latest limits.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base_max_searches = &amp;lt;int&amp;gt;
* A constant to add to the maximum number of searches, computed as a multiplier
  of the CPUs.
* Defaults to 6

max_searches_per_cpu = &amp;lt;int&amp;gt;
* The maximum number of concurrent historical searches per CPU. The system-wide
  limit of historical searches is computed as:
  max_hist_searches =  max_searches_per_cpu x number_of_cpus + base_max_searches
* Note: the maximum number of real-time searches is computed as:
  max_rt_searches = max_rt_search_multiplier x max_hist_searches
* Defaults to 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Feb 2016 13:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Getting-error-quot-maximum-number-of-concurrent-searches-has/m-p/17837#M545</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2016-02-25T13:41:03Z</dc:date>
    </item>
  </channel>
</rss>

