<?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: Alert scheduler not  scheduling alert as per configuration in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398962#M11239</link>
    <description>&lt;P&gt;Just to make sure we are checking &lt;EM&gt;everything&lt;/EM&gt;, what does your Splunk environment look like? If you're running distributed, are you forwarding your search head logs to your indexers?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2018 08:09:30 GMT</pubDate>
    <dc:creator>brian_rampley</dc:creator>
    <dc:date>2018-08-13T08:09:30Z</dc:date>
    <item>
      <title>Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398953#M11230</link>
      <description>&lt;P&gt;Hi Every one,&lt;BR /&gt;
I have configured an alert using cron expression (*/1 * * * *) schedule to run for every one minute. After saving the alert the next scheduled time is updated with current time +1 min. After executing the job after 1 minute, the next scheduled time is supposed to update for the next minute which is not happening. It is working fine until yesterday and suddenly this issue has occurred for all alerts.&lt;/P&gt;

&lt;P&gt;Please help to resolve this friends.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:19:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398953#M11230</guid>
      <dc:creator>ksubramanian198</dc:creator>
      <dc:date>2018-08-10T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398954#M11231</link>
      <description>&lt;P&gt;So it was working yesterday and stopped working today? I'm willing to bet your searches are skipping because your hardware can't handle the load. You should look at the internal index to verify this &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal sourcetype=scheduler status="skipped"&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398954#M11231</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-08-10T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398955#M11232</link>
      <description>&lt;P&gt;Did you try with "* * * * *" (five asterisk) in cron definition?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398955#M11232</guid>
      <dc:creator>andreacorvini</dc:creator>
      <dc:date>2018-08-10T14:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398956#M11233</link>
      <description>&lt;P&gt;Agreed. Running alert every minute can sometimes use as much resources as real-time searches do. Also, what is the search you're using for this alert?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398956#M11233</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-10T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398957#M11234</link>
      <description>&lt;P&gt;I have alerts on my Monitoring console for skipped searches. I alert to Slack.&lt;/P&gt;

&lt;P&gt;I wrote about finding skipped searches: &lt;A href="https://answers.splunk.com/answers/514181/skipped-searches-on-shc.html"&gt;https://answers.splunk.com/answers/514181/skipped-searches-on-shc.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Paul Lucas gave a great talk at .conf17 on the new scheduler (as well as at our SF Bay area splunk usergroup on August 8): &lt;A href="https://conf.splunk.com/files/2017/slides/making-the-most-of-the-splunk-scheduler.pdf"&gt;https://conf.splunk.com/files/2017/slides/making-the-most-of-the-splunk-scheduler.pdf&lt;/A&gt;   The skew feature looks very useful.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 19:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398957#M11234</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2018-08-10T19:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398958#M11235</link>
      <description>&lt;P&gt;You can always use * * * * * to schedule any search to run every minute, but in this case whenever search takes more than 1 minute to run it will start skipping the next run. It always better to keep a safe time interval between the searches.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 19:32:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398958#M11235</guid>
      <dc:creator>Arpit_S</dc:creator>
      <dc:date>2018-08-10T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398959#M11236</link>
      <description>&lt;P&gt;Yes, I have tired using 5* and "*/1 * * * *" as cron definition&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 07:30:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398959#M11236</guid>
      <dc:creator>ksubramanian198</dc:creator>
      <dc:date>2018-08-13T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398960#M11237</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have checked this using the following command "index=_internal sourcetype=scheduler app="postilion*" | timechart count by status" for last 7 days, My results are 0 after 10th August'18 for skipped, continued and success status&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 07:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398960#M11237</guid>
      <dc:creator>ksubramanian198</dc:creator>
      <dc:date>2018-08-13T07:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398961#M11238</link>
      <description>&lt;P&gt;The results are not skipped, In my point of view the scheduler is hung and the next schedule time is not getting updated for alerts &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
That is why my results are zero while using the following command "index=_internal sourcetype=scheduler app="postilion*" | timechart count by status"&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 07:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398961#M11238</guid>
      <dc:creator>ksubramanian198</dc:creator>
      <dc:date>2018-08-13T07:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398962#M11239</link>
      <description>&lt;P&gt;Just to make sure we are checking &lt;EM&gt;everything&lt;/EM&gt;, what does your Splunk environment look like? If you're running distributed, are you forwarding your search head logs to your indexers?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 08:09:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398962#M11239</guid>
      <dc:creator>brian_rampley</dc:creator>
      <dc:date>2018-08-13T08:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alert scheduler not  scheduling alert as per configuration</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398963#M11240</link>
      <description>&lt;P&gt;Next scheduled time stops at this time 2018-08-14 17:00:00 CDT and until now it is not updated Check the splunkd logs no error from my applications&lt;/P&gt;</description>
      <pubDate>Sun, 19 Aug 2018 11:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-scheduler-not-scheduling-alert-as-per-configuration/m-p/398963#M11240</guid>
      <dc:creator>ksubramanian198</dc:creator>
      <dc:date>2018-08-19T11:23:02Z</dc:date>
    </item>
  </channel>
</rss>

