<?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 maximum number of concurrent historical searches on this instance has been reached. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361494#M106766</link>
    <description>&lt;P&gt;Have you tried stopping / deleting jobs that are "paused" from the job manager?  I had a similar issue and this is resolved it vice changing the .conf.  &lt;/P&gt;

&lt;P&gt;Go to your DMC and click on the MC &amp;gt; Search &amp;gt; Activity &amp;gt; Search Activity:  Instance &lt;/P&gt;

&lt;P&gt;There you'll see your search concurrency (Running/Limit), and below that you can search the activity by the user and find out whose the culprit.  Then go to the job manager and stop / delete their searches.   &lt;/P&gt;

&lt;P&gt;Just a suggestion.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/Search/SupervisejobswiththeJobspage"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.2/Search/SupervisejobswiththeJobspage&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 20:51:32 GMT</pubDate>
    <dc:creator>CodyQ</dc:creator>
    <dc:date>2018-09-11T20:51:32Z</dc:date>
    <item>
      <title>The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361491#M106763</link>
      <description>&lt;P&gt;I'm getting this message on the Indexer Master  for my Cluster when I open the Monitoring Console.  On which server should I modify the limits.conf file?  The Indexer Master?  Each Indexer?  Both?&lt;/P&gt;

&lt;P&gt;Since this is happening on the stock Monitoring Console Dashboard, I wouldn't think bad design (which is often mentioned in other answers to this issue) is the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 17:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361491#M106763</guid>
      <dc:creator>gregbo</dc:creator>
      <dc:date>2018-01-03T17:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361492#M106764</link>
      <description>&lt;P&gt;This message means that you are attempting to run more searches at once than your Splunk server can handle. It isn't an error; eventually all the necessary searches will run - they just can't all run simultaneously.&lt;/P&gt;

&lt;P&gt;The maximum number of historical searches that you can run is determined by 2 things: the settings for your role, and the server maximum limit. &lt;/P&gt;

&lt;P&gt;You can change the maximum for your role, although since you are running as the admin, your max is probably already unlimited.&lt;/P&gt;

&lt;P&gt;It is more likely than you are hitting the maximum for your server. This maximum is set in limits.conf based on the number of cores on your Splunk server. It reflects the fact that each simultaneous search requires a core. While you &lt;EM&gt;could&lt;/EM&gt; change the limit, that ultimately does not change the hardware resources of the server. In other words, that isn't going to actually help.&lt;/P&gt;

&lt;P&gt;I would just accept this for what it is: a warning that you are running a lot of searches at once. If that is truly problematic, then you need to add more hardware to your master node.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 20:09:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361492#M106764</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2018-01-03T20:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361493#M106765</link>
      <description>&lt;P&gt;Thank you @lgunin&lt;/P&gt;

&lt;P&gt;I see the same error in Splunk Monitoring console. We have separate indexers for prod and non-prod and Distributed search head on a different VM talking to both of these indexers. &lt;/P&gt;

&lt;P&gt;Do I have to go and check concurrent searches values defined in limit.conf on both the indexers?&lt;BR /&gt;
Are these the values you are talking about ?&lt;BR /&gt;
max_searches_per_cpu&lt;BR /&gt;
base_max_searches&lt;BR /&gt;
max_rt_search_multiplier&lt;/P&gt;

&lt;P&gt;Our Prod indexer has : 18 cpu cores&lt;BR /&gt;
and Non Prod Indexer has : 8 cpu cores&lt;/P&gt;

&lt;P&gt;So depending on resources , I can update the above values &lt;BR /&gt;
In Prod:&lt;BR /&gt;
max_searches_per_cpu = 18&lt;BR /&gt;
base_max_searches= 8&lt;BR /&gt;
max_rt_search_multiplier = 4&lt;/P&gt;

&lt;P&gt;In Non-Prod:&lt;BR /&gt;
max_searches_per_cpu = 8&lt;BR /&gt;
base_max_searches = 5&lt;BR /&gt;
max_rt_search_multiplier = 4&lt;/P&gt;

&lt;P&gt;Can you please let me know if these thresholds makes sense?&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Divya&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:13:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361493#M106765</guid>
      <dc:creator>divyamudundi</dc:creator>
      <dc:date>2020-09-29T21:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361494#M106766</link>
      <description>&lt;P&gt;Have you tried stopping / deleting jobs that are "paused" from the job manager?  I had a similar issue and this is resolved it vice changing the .conf.  &lt;/P&gt;

&lt;P&gt;Go to your DMC and click on the MC &amp;gt; Search &amp;gt; Activity &amp;gt; Search Activity:  Instance &lt;/P&gt;

&lt;P&gt;There you'll see your search concurrency (Running/Limit), and below that you can search the activity by the user and find out whose the culprit.  Then go to the job manager and stop / delete their searches.   &lt;/P&gt;

&lt;P&gt;Just a suggestion.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/Search/SupervisejobswiththeJobspage"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.2/Search/SupervisejobswiththeJobspage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361494#M106766</guid>
      <dc:creator>CodyQ</dc:creator>
      <dc:date>2018-09-11T20:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361495#M106767</link>
      <description>&lt;P&gt;Nice explanation.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 21:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/361495#M106767</guid>
      <dc:creator>w199284</dc:creator>
      <dc:date>2019-01-29T21:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516750#M145253</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this link is not supported by splunk, but it was clear enough about causes, solutions and recommendations.&lt;/P&gt;&lt;P&gt;This will fix the problem presented to me about the error message&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkonbigdata.com/2020/07/21/concurrent-historical-searches-in-splunk/" target="_blank"&gt;https://splunkonbigdata.com/2020/07/21/concurrent-historical-searches-in-splunk/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:36:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516750#M145253</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-08-28T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516757#M145258</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I must disagree with you, that this is a solution, which fix the root cause. It just gets ride of that message (symptom), but the root cause (lack of resources) is still there.&lt;/P&gt;&lt;P&gt;Of course you can add search &lt;SPAN&gt;concurrency&lt;/SPAN&gt;&amp;nbsp;with this attribute ,but it also means that CPU/scheduler must start to schedule tasks with more task (jobs/threads) and it means that those tasks probably take more time than what it takes with those Splunk's recommended values.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516757#M145258</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-28T16:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516760#M145261</link>
      <description>&lt;P&gt;I understand your point, and I know that it is not a definitive solution, but it is a solution in the face of the queuing was causing Splunk ES to show no information at all to at least provide a solution while reviewing in detail the issue of scheduled queries.&lt;/P&gt;&lt;P&gt;It is clear, concise, visual and well-documented information, which is just what users in free or paid versions look for to understand the errors or alerts that the tool presents.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516760#M145261</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-08-28T16:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516765#M145263</link>
      <description>That's true. Just like 1+1=1 (if you put chicken and fox on the same room, and count tomorrow how many animal there is &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:24:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516765#M145263</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-28T16:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: The maximum number of concurrent historical searches on this instance has been reached.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516766#M145264</link>
      <description>&lt;P&gt;I only share my point of view, it cannot be assumed that based on your knowledge what is obvious for you, is also obvious for all users who visit the forum.&lt;/P&gt;&lt;P&gt;and of the few people like you who answer questions, I really want to thank.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-maximum-number-of-concurrent-historical-searches-on-this/m-p/516766#M145264</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-08-28T16:29:19Z</dc:date>
    </item>
  </channel>
</rss>

