<?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: How to resolve skipped scheduled searches? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299910#M5540</link>
    <description>&lt;P&gt;The reason ""The maximum number of concurrent auto-summarization searches on this instance has been reached" is advising that the currently running summarization searches have not completed and the scheduler cannot start the next summarization search.&lt;/P&gt;

&lt;P&gt;In other words you have an accelerated data model that is running a search that cannot complete during the required timeframe, in this case it appears to be coming from the deployment monitor.&lt;/P&gt;

&lt;P&gt;Can you check for accelerated data models on the server and the timeframe? Clearly the query that is been run cannot complete quickly enough and that is why you are seeing this error...&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2017 23:30:37 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2017-08-24T23:30:37Z</dc:date>
    <item>
      <title>How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299908#M5538</link>
      <description>&lt;P&gt;Hi All, Currently we could see few skipped schedule searches in our environment. From the deployment instance we have ran this query to get the list of skipped searches. &lt;/P&gt;

&lt;P&gt;Query details: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;dmc_set_index_internal sourcetype=scheduler (status="skipped")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Event details: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-24-2017 03:12:12.981 -0400 INFO  SavedSplunker - savedsearch_id="nobody;DA-deployment_monitor;_ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_DA-deployment_monitor_nobody_1a56f43bf8d5bf20_ACCELERATE_", search_type="report_acceleration", user="nobody", app="DA-deployment_monitor", savedsearch_name="_ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_DA-deployment_monitor_nobody_1a56f43bf8d5bf20_ACCELERATE_", priority=default, status=skipped, reason="The maximum number of concurrent auto-summarization searches on this instance has been reached", concurrency_category="summarization_scheduled", concurrency_context="instance-wide", concurrency_limit=2, scheduled_time=1503558600, window_time=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;APP Name : DA-deployment_monitor&lt;BR /&gt;
hostname: test01 &lt;/P&gt;

&lt;P&gt;Event details:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-24-2017 03:00:13.752 -0400 INFO  SavedSplunker - savedsearch_id="splunk;sos;_ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_sos_splunk_9fd0bac7cd608f2c_ACCELERATE_", search_type="report_acceleration", user="splunk", app="sos", savedsearch_name="_ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_sos_splunk_9fd0bac7cd608f2c_ACCELERATE_",: priority=default, status=skipped, reason="The maximum number of concurrent historical scheduled searches on this instance has been reached", ", concurrency_context="instance-wide", concurrency_limit=4, scheduled_time=1503558000, window_time=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;App name: sos&lt;BR /&gt;
hostname:test01&lt;/P&gt;

&lt;P&gt;Event details:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-24-2017 03:23:02.291 -0400 INFO  SavedSplunker - savedsearch_id="nobody;search;_ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_search_nobody_365ca83246f2cca8_ACCELERATE_", search_type="report_acceleration", user="nobody", app="search", savedsearch_name="_ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_search_nobody_365ca83246f2cca8_ACCELERATE_", priority=default, status=skipped, reason="The maximum number of concurrent auto-summarization searches on this instance has been reached", concurrency_category="summarization_scheduled", concurrency_context="instance-wide", concurrency_limit=2, scheduled_time=1503559380, window_time=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;App name: search&lt;BR /&gt;
hostname:test01&lt;/P&gt;

&lt;P&gt;All these events are generated from the Deployment instance "test01" &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt; :&lt;/P&gt;

&lt;P&gt;1) Unable to find out the exact saved search name "&lt;EM&gt;ACCELERATE_D4D707D0-38F3-4F47-A1AA-9DD305E110D0_DA-deployment_monitor_nobody_1a56f43bf8d5bf20_ACCELERATE&lt;/EM&gt;"  from the events , so how to find that out inside the app directory&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/DA-deployment_monitor/default/savedsearches/  -- I could see many queries saved as scheduled searches, but could not find the exact name mentioned as mentioned in the above events.&lt;/P&gt;

&lt;P&gt;2) How to fix this issue, I could see  these reasons from events  &lt;/P&gt;

&lt;P&gt;a) "The maximum number of concurrent auto-summarization searches on this instance has been reached"&lt;BR /&gt;
  b) concurrency_category="historical_scheduled&lt;BR /&gt;
 c)  concurrency_category="summarization_scheduled"&lt;BR /&gt;
 d) concurrency_limit=2&lt;BR /&gt;
 e) scheduled_time=1503558600&lt;BR /&gt;
 f)  window_time=0&lt;BR /&gt;
g) concurrency_context="instance-wide"&lt;/P&gt;

&lt;P&gt;Kindly guide me how to fix this issue. &lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299908#M5538</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299909#M5539</link>
      <description>&lt;P&gt;Hi All can anyone guide on this issue. &lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 18:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299909#M5539</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-24T18:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299910#M5540</link>
      <description>&lt;P&gt;The reason ""The maximum number of concurrent auto-summarization searches on this instance has been reached" is advising that the currently running summarization searches have not completed and the scheduler cannot start the next summarization search.&lt;/P&gt;

&lt;P&gt;In other words you have an accelerated data model that is running a search that cannot complete during the required timeframe, in this case it appears to be coming from the deployment monitor.&lt;/P&gt;

&lt;P&gt;Can you check for accelerated data models on the server and the timeframe? Clearly the query that is been run cannot complete quickly enough and that is why you are seeing this error...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 23:30:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299910#M5540</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-08-24T23:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299911#M5541</link>
      <description>&lt;P&gt;Hi Garethatiag,  thanks for your effort on this, Can you please guide me how/where I can find the accelerated data models setting on test01 which is the deployment server. From my DMC console, after executing the above query, I could see the above events and  from that events, I  can fetch the app name and server name not the exact savedsearches name. &lt;/P&gt;

&lt;P&gt;Question :&lt;/P&gt;

&lt;P&gt;In test01 the below apps are configured but not sure how/where to find the accelerated data models.conf file and saved search details. And also how to fix this issue. &lt;/P&gt;

&lt;P&gt;App name: search&lt;BR /&gt;
APP Name : DA-deployment_monitor&lt;BR /&gt;
App name: sos&lt;/P&gt;

&lt;P&gt;Please garethatiag,  help me on the above question, as this issues is pending for more than a week. &lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 14:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299911#M5541</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-25T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299912#M5542</link>
      <description>&lt;P&gt;it isn't recommended that you manually edit or manage data models in the data model files. you should do as much as you can in Splunk Web. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Manual_data_model_management"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Manual_data_model_management&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;to edit a data model, you can follow this procedure:&lt;BR /&gt;
1. &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Navigating_to_the_Data_Models_management_page"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Navigating_to_the_Data_Models_management_page&lt;/A&gt;&lt;BR /&gt;
2. &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Enable_data_model_acceleration"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Enable_data_model_acceleration&lt;/A&gt;&lt;BR /&gt;
however, i prefer to get to Settings (from the Splunk Bar)&amp;gt;Data models to see all of the data models vs the Data sets tab. You can then edit the acceleration. You can pick a smaller acceleration summary range, or turn acceleration off. You aren't allowed to edit the data model while acceleration is turned on. If you wish to edit the data model to perhaps make the search more efficient, turn off acceleration, edit the data model, and then turn it back on.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 15:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299912#M5542</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-08-25T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299913#M5543</link>
      <description>&lt;P&gt;Hi Cmerriman, thanks for you effort on this,  I had checked in the test01 deployment console --&amp;gt;settings--&amp;gt;datamodel -- but unable to find any data model configured in this instance.  So can you please tell me how to find the which data model is configured for the apps/saved search causing the issue.&lt;/P&gt;

&lt;P&gt;App name: search&lt;BR /&gt;
APP Name : DA-deployment_monitor&lt;BR /&gt;
App name: sos&lt;/P&gt;

&lt;P&gt;Kindly help me on this. &lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 16:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299913#M5543</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-25T16:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299914#M5544</link>
      <description>&lt;P&gt;Hi Garethatiag,  thanks for your effort on this, test01 is the deployment instance and all the three apps are configured under instance, but when checked the  deployment console --&amp;gt;settings--knowledge --&amp;gt;datamodel  unable to find the data model in deployment instance&lt;/P&gt;

&lt;P&gt;But I could see the data model being  configured in the cluster search head master server   instance.  But unable to locate these app in that server under--&amp;gt; opt/splunk/etc/apps/. So can you please help me in how to find out which data model is configured for the apps/saved search causing the issue.&lt;/P&gt;

&lt;P&gt;App name: search&lt;BR /&gt;
APP Name : DA-deployment_monitor&lt;BR /&gt;
App name: sos&lt;/P&gt;

&lt;P&gt;This is the first time I am facing this issue, not having much idea on data models, so please do help &lt;BR /&gt;
me.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 13:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299914#M5544</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-27T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299915#M5545</link>
      <description>&lt;P&gt;As per the documentation for &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managedatamodels#Manual_data_model_management"&gt;datamodels&lt;/A&gt; can you confirm your inspecting the data model settings in the GUI &lt;EM&gt;on&lt;/EM&gt; a search head...(not the deployer server)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 01:25:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299915#M5545</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-08-28T01:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299916#M5546</link>
      <description>&lt;P&gt;Hi Garethatiag,  thanks for your effort on this issue. There are 6 apps throwing the search scheduler status = skipped, out which three apps are configured in the cluster master search heads. search head console --&amp;gt;settings--knowledge --&amp;gt;datamodels. &lt;/P&gt;

&lt;P&gt;Query details: &lt;BR /&gt;
dmc_set_index_internal sourcetype=scheduler (status="skipped")&lt;/P&gt;

&lt;P&gt;Event details: &lt;/P&gt;

&lt;P&gt;08-27-2017 23:22:51.627 -0400 INFO  SavedSplunker - savedsearch_id="nobody;critical_security_controls;&lt;EM&gt;ACCELERATE_C090FDA2-105E-4875-A110-3F13FF986151_critical_security_controls_admin_4b2771dc07d5983d_ACCELERATE&lt;/EM&gt;", search_type="report_acceleration", user="admin", app="critical_security_controls", savedsearch_name="&lt;EM&gt;ACCELERATE_C090FDA2-105E-4875-A110-3F13FF986151_critical_security_controls_admin_4b2771dc07d5983d_ACCELERATE&lt;/EM&gt;", priority=default, status=skipped, reason="The maximum number of concurrent auto-summarization searches on this cluster has been reached", concurrency_category="summarization_scheduled", concurrency_context="cluster-wide", concurrency_limit=15, scheduled_time=1503890400, window_time=0&lt;/P&gt;

&lt;P&gt;App name : critical_security_controls&lt;/P&gt;

&lt;P&gt;There are 23 data models configured on this app.&lt;BR /&gt;
1) Alerts 2) Application state 3) authentication 4)certificates 5) change analysis, 6) Data Loss Prevention 7) CIM Validation (S.O.S) &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Database 9) Email 10) Hybris script failure 11) Interprocess messaging 12) Instrution detection 13)Inventory 14)JVM 15)Malware 16)Network Resolution (DNS) 17) Network session 18) Network Traffic 19) Performance 20 )splunk audit logs 21) Splunk's internal Audit logs -Sample 22) Splunk's  Internal Server Audit logs-Sample 23) Ticket Management  24) Web 25)Vulnerbilities 26)Updates &lt;/P&gt;

&lt;P&gt;08-27-2017 23:33:07.111 -0400 INFO  SavedSplunker - savedsearch_id="nobody;Splunk_TA_CIM;&lt;EM&gt;ACCELERATE_DM_Splunk_TA_CIM_Authentication_ACCELERATE&lt;/EM&gt;", search_type="datamodel_acceleration", user="nobody", app="Splunk_TA_CIM", savedsearch_name="&lt;EM&gt;ACCELERATE_DM_Splunk_TA_CIM_Authentication_ACCELERATE&lt;/EM&gt;", priority=highest, status=skipped, reason="The maximum number of concurrent auto-summarization searches on this cluster has been reached", concurrency_category="summarization_scheduled", concurrency_context="cluster-wide", concurrency_limit=15, scheduled_time=1503891180, window_time=0&lt;/P&gt;

&lt;P&gt;App name: Splunk_TA_CIM&lt;/P&gt;

&lt;P&gt;08-27-2017 20:35:05.695 -0400 INFO  SavedSplunker - savedsearch_id="nobody;symantec_app;&lt;EM&gt;ACCELERATE_DM_symantec_app_Symantec_Endpoint_ACCELERATE&lt;/EM&gt;", search_type="datamodel_acceleration", user="nobody", app="symantec_app", savedsearch_name="&lt;EM&gt;ACCELERATE_DM_symantec_app_Symantec_Endpoint_ACCELERATE&lt;/EM&gt;", priority=default, status=skipped, reason="The maximum number of concurrent auto-summarization searches on this cluster has been reached", concurrency_category="summarization_scheduled", concurrency_context="cluster-wide", concurrency_limit=15, scheduled_time=1503880500,&lt;/P&gt;

&lt;P&gt;App name : symantec_app&lt;/P&gt;

&lt;P&gt;Kindly guide me how to fix this problem. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299916#M5546</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T15:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299917#M5547</link>
      <description>&lt;P&gt;Hi Garethatiag,  I have captured everything from the search head console--settings-datamodels-app in the above comments. Kindly guide me to fix the issue.&lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299917#M5547</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-29T15:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299918#M5548</link>
      <description>&lt;P&gt;As per &lt;A href="https://answers.splunk.com/answers/400227/maximum-number-of-historical-concurrent-system-wid.html"&gt;https://answers.splunk.com/answers/400227/maximum-number-of-historical-concurrent-system-wid.html&lt;/A&gt; you could increase the number of concurrent searches your server can run, this will add more load to your indexers.&lt;/P&gt;

&lt;P&gt;If your indexers are not overly busy with CPU/IO then increasing the number of concurrent searches may be a valid option for you, please refer to the linked answer or the limits.conf for configuration you can change.&lt;/P&gt;

&lt;P&gt;Changing this setting will require a restart in version 6.5.x and below (I assume it will in higher versions such as 6.6.x but I have not checked)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 02:09:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299918#M5548</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-08-30T02:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299919#M5549</link>
      <description>&lt;P&gt;Hi Garethatiag, Good Morning, hey need to know how to take the list of all auto-summarization searches from search head cluster. &lt;/P&gt;

&lt;P&gt;Could you please guide me on how / where I can get this list .&lt;BR /&gt;
thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 12:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299919#M5549</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-09-01T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve skipped scheduled searches?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299920#M5550</link>
      <description>&lt;P&gt;I do not have a search for this, i suspect you could query the REST API for all searches and then search for the summarise command or similar.&lt;BR /&gt;
There might be an answer on SplunkAnswers already or you might want to create a new question.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 00:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-resolve-skipped-scheduled-searches/m-p/299920#M5550</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-09-02T00:23:40Z</dc:date>
    </item>
  </channel>
</rss>

