<?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 Skipped searches issue in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657453#M227089</link>
    <description>&lt;P&gt;We have standalone environment and are getting error "the percentage of non-high priority searches skipped (61%) over the last 24 hours is very high and exceeded the red threshold (20%) on this splunk instance."&amp;nbsp;&lt;/P&gt;&lt;P&gt;The environment:&lt;/P&gt;&lt;P&gt;Customer has standalone where we created an app with a savedsearch script that pulls all indexed events every 1 hour and bundles them into a&amp;nbsp; .json file, customer then compresses it into a .gz file for transfer into our production environment.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we are seeing is this skipped searches message and when we check the specific job, we see that every time it runs there are 2 things that come up as jobs, the export app started by python calling the script and then the actual search job activity with our SPL search, both jobs are 1 second apart and stays in the jobs page for 10 minutes each, customer states that it takes ~2.5 minutes for this job to complete.&amp;nbsp; &amp;nbsp;The python script seems to stay longer for some reason, even after its job&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how to proceed, since we had it scheduled every 4 hours and it was doing the same thing, so we lowered it to 1 hour, no difference.&lt;/P&gt;&lt;P&gt;Our search looks at the last completed .json file epoch time and current epoch time to grab those events in that range, so not sure if that message is like a false positive by the way we are catching events (timestamps).&amp;nbsp; How can i remove the skipped searches error message.&amp;nbsp; Tips??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 16:10:20 GMT</pubDate>
    <dc:creator>Helios</dc:creator>
    <dc:date>2023-09-13T16:10:20Z</dc:date>
    <item>
      <title>Skipped searches issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657453#M227089</link>
      <description>&lt;P&gt;We have standalone environment and are getting error "the percentage of non-high priority searches skipped (61%) over the last 24 hours is very high and exceeded the red threshold (20%) on this splunk instance."&amp;nbsp;&lt;/P&gt;&lt;P&gt;The environment:&lt;/P&gt;&lt;P&gt;Customer has standalone where we created an app with a savedsearch script that pulls all indexed events every 1 hour and bundles them into a&amp;nbsp; .json file, customer then compresses it into a .gz file for transfer into our production environment.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we are seeing is this skipped searches message and when we check the specific job, we see that every time it runs there are 2 things that come up as jobs, the export app started by python calling the script and then the actual search job activity with our SPL search, both jobs are 1 second apart and stays in the jobs page for 10 minutes each, customer states that it takes ~2.5 minutes for this job to complete.&amp;nbsp; &amp;nbsp;The python script seems to stay longer for some reason, even after its job&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how to proceed, since we had it scheduled every 4 hours and it was doing the same thing, so we lowered it to 1 hour, no difference.&lt;/P&gt;&lt;P&gt;Our search looks at the last completed .json file epoch time and current epoch time to grab those events in that range, so not sure if that message is like a false positive by the way we are catching events (timestamps).&amp;nbsp; How can i remove the skipped searches error message.&amp;nbsp; Tips??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 16:10:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657453#M227089</guid>
      <dc:creator>Helios</dc:creator>
      <dc:date>2023-09-13T16:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Skipped searches issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657458#M227091</link>
      <description>&lt;P&gt;additional info.&lt;/P&gt;&lt;P&gt;We searched the error, and found that:&lt;/P&gt;&lt;P&gt;"The maximum number of concurrent running jobs for a historical scheduled search has been reached."&lt;/P&gt;&lt;P&gt;Now, we have export python script running, the error shows that is this python export script that is causing problems, with concurrent jobs maybe&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 16:28:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657458#M227091</guid>
      <dc:creator>Helios</dc:creator>
      <dc:date>2023-09-13T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skipped searches issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657538#M227120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249690"&gt;@Helios&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the fist question is: what are the hardware resources you have on your server? Splunk requires at least 12 CPUs and 12 GB RAM, usually the issue is related to the CPUs.&lt;/P&gt;&lt;P&gt;this seems that you don't have sufficient resources (eventually only on some time periods) to run all the scheduled searches and many of them are skipped.&lt;/P&gt;&lt;P&gt;So analyze, using the Monitoring Console, the searches, to understand if there's a resource problem or you need only to define a different scheduling for the savedsearches execution.&lt;/P&gt;&lt;P&gt;Last check: how many real time searches have you in execution?&lt;/P&gt;&lt;P&gt;remember that a Splunk search uses a CPU for each search (more than 1 if you have subsearches) and release them only when the search is finished (never for real time searches!), so if you have two o three real time searches in execution, there's the risk to finish the resources.&lt;/P&gt;&lt;P&gt;In this case, schedule the execution of these searches using fixed time periods.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 06:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/657538#M227120</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-14T06:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Skipped searches issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/667339#M228930</link>
      <description>&lt;P&gt;Okay Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/667339#M228930</guid>
      <dc:creator>Helios</dc:creator>
      <dc:date>2023-11-03T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Skipped searches issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/667347#M228933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249690"&gt;@Helios&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 17:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skipped-searches-issue/m-p/667347#M228933</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-03T17:21:44Z</dc:date>
    </item>
  </channel>
</rss>

