<?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: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75474#M19074</link>
    <description>&lt;P&gt;Doesn't seem to work anymore.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2016 16:10:35 GMT</pubDate>
    <dc:creator>demodav</dc:creator>
    <dc:date>2016-01-07T16:10:35Z</dc:date>
    <item>
      <title>The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75469#M19069</link>
      <description>&lt;P&gt;I am not searching anything why above message display very frequently?&lt;BR /&gt;
While I have deleted all saved search.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75469#M19069</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-06-14T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75470#M19070</link>
      <description>&lt;P&gt;Any Updates?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:36:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75470#M19070</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-06-18T09:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75471#M19071</link>
      <description>&lt;P&gt;Some of real time search will be run whenever you view the top of the search App. And I guess some saved search still remains so that you wee the warning.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 10:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75471#M19071</guid>
      <dc:creator>Takajian</dc:creator>
      <dc:date>2012-06-18T10:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75472#M19072</link>
      <description>&lt;P&gt;Is there any parameter to configure anywhere in Splunk in order to fix this problem or stop showing this message?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2012 12:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75472#M19072</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2012-09-14T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75473#M19073</link>
      <description>&lt;P&gt;This is ok now. the procedures to fix that are below...&lt;/P&gt;

&lt;P&gt;$ sudo touch $SPLUNK_HOME/etc/system/local/limits.conf&lt;BR /&gt;
$ sudo vim $SPLUNK_HOME/etc/system/local/limits.conf&lt;/P&gt;

&lt;P&gt;[search]&lt;BR /&gt;
base_max_searches=100&lt;BR /&gt;
max_searches_per_cpu=10&lt;/P&gt;

&lt;P&gt;$ sudo $SPLUNK_HOME/bin/splunk restart&lt;/P&gt;

&lt;P&gt;Stopping splunkweb...&lt;BR /&gt;
Stopping splunkd...&lt;BR /&gt;
Shutting down.  Please wait, as this may take a few minutes.&lt;/P&gt;

&lt;P&gt;Stopping splunk helpers...&lt;/P&gt;

&lt;P&gt;Done.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Take the sh out of IT.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
    Checking http port [8000]: open&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
    Checking configuration...  Done.&lt;BR /&gt;
    Checking index directory...&lt;BR /&gt;
    Validated databases: _audit _blocksignature _internal _thefishbucket appmgmt blackberry history main msexchange perfmon sos sos_summary_daily summary summary_forwarders summary_hosts summary_indexers summary_pools summary_sources summary_sourcetypes&lt;BR /&gt;
    Done&lt;BR /&gt;
Success&lt;BR /&gt;
    Checking conf files for typos...&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)... &lt;BR /&gt;
Done.&lt;BR /&gt;
Starting splunkweb... Done.&lt;/P&gt;

&lt;P&gt;If you get stuck, we're here to help.&lt;BR /&gt;&lt;BR /&gt;
Look for answers here: &lt;A href="http://docs.splunk.com/Documentation/Splunk" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at &lt;A href="http://myhost:8000" target="_blank"&gt;http://myhost:8000&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:26:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75473#M19073</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2020-09-28T12:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75474#M19074</link>
      <description>&lt;P&gt;Doesn't seem to work anymore.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 16:10:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75474#M19074</guid>
      <dc:creator>demodav</dc:creator>
      <dc:date>2016-01-07T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75475#M19075</link>
      <description>&lt;P&gt;does this error affect anything or can it be easily ignored?&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 20:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75475#M19075</guid>
      <dc:creator>mtime24</dc:creator>
      <dc:date>2016-05-16T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75476#M19076</link>
      <description>&lt;P&gt;Thank you, Sir! Worked like a charm. Now to make sure I don't overload my server with too many real-time alerts &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 21:16:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75476#M19076</guid>
      <dc:creator>BrendanCO</dc:creator>
      <dc:date>2017-01-27T21:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75477#M19077</link>
      <description>&lt;P&gt;This is more than a little dated, and the way these configurations work has changed in 5 years. &lt;BR /&gt;
Do NOT use these settings in limits.conf&lt;BR /&gt;
The error message will go away, but plenty of new pain will result.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 00:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75477#M19077</guid>
      <dc:creator>ehorton_splunk</dc:creator>
      <dc:date>2017-12-07T00:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75478#M19078</link>
      <description>&lt;P&gt;more current answer is here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/607068/the-maximum-number-of-concurrent-historical-search.html"&gt;https://answers.splunk.com/answers/607068/the-maximum-number-of-concurrent-historical-search.html&lt;/A&gt;&lt;BR /&gt;
I beleive it simply comes down to how many searches you're running vs how many cpu's you have.&lt;BR /&gt;
If you bother to change limits.conf just to remove the message it won't change the fact that you're limited by the number of cpus.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 16:29:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75478#M19078</guid>
      <dc:creator>dbroggy</dc:creator>
      <dc:date>2019-07-01T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75479#M19079</link>
      <description>&lt;P&gt;I downvoted this post because this is very dated information, and no longer valid and may result in a seriously broken environment. please do not set settings this high without consultation.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 19:31:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75479#M19079</guid>
      <dc:creator>jsie_splunk</dc:creator>
      <dc:date>2019-09-18T19:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75480#M19080</link>
      <description>&lt;P&gt;I downvoted this post because this answer will quite likely bury the indexers and/or crash the search heads. simply put, it is technically incorrect.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 19:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75480#M19080</guid>
      <dc:creator>nmiller_splunk</dc:creator>
      <dc:date>2019-09-18T19:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75481#M19081</link>
      <description>&lt;P&gt;I downvoted this post because things&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 20:43:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75481#M19081</guid>
      <dc:creator>mbuehler_splunk</dc:creator>
      <dc:date>2019-09-18T20:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: The system is approaching the maximum number of historical searches that can be run concurrently. current=7 maximum=8</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75482#M19082</link>
      <description>&lt;P&gt;I downvoted this post because things&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 20:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-system-is-approaching-the-maximum-number-of-historical/m-p/75482#M19082</guid>
      <dc:creator>mbuehler_splunk</dc:creator>
      <dc:date>2019-09-18T20:43:54Z</dc:date>
    </item>
  </channel>
</rss>

