<?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: Splunk Alert Scheduling Issue in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590411#M13661</link>
    <description>&lt;P&gt;Changing the cron expression to what you suggested sorted out my problem.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 12:03:46 GMT</pubDate>
    <dc:creator>zacksoft_wf</dc:creator>
    <dc:date>2022-03-23T12:03:46Z</dc:date>
    <item>
      <title>How to configure Splunk alert scheduling?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590115#M13647</link>
      <description>&lt;P&gt;My requirement,&amp;nbsp; is to run this alert with a time range of 12 hours and send email twice a day (every 12 hour) based on what it finds.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Here is my configuration&lt;/U&gt;,&lt;BR /&gt;Cron Expression : * */12 * * *&lt;BR /&gt;Time Range: Last 12 hours&lt;BR /&gt;Schedule Priority : Default&lt;BR /&gt;Schedule Window : 5 minutes&lt;BR /&gt;&lt;BR /&gt;In my local time it runs between 9:30 AM - 10:30 AM and 9:30 PM - 10:30 PM. But, Between those (say between 9:30 AM to 10:30 AM), it triggers multiple emails alerts, like one alert in every 2 min kind of frequency.&amp;nbsp;&lt;BR /&gt;What I want is, It should send one email during each run. (i.e. One email after every 12 hours).&lt;BR /&gt;Can anyone guide what to change in the scheduling options to achieve this ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 22:41:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590115#M13647</guid>
      <dc:creator>zacksoft_wf</dc:creator>
      <dc:date>2022-03-23T22:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590122#M13648</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237518"&gt;@zacksoft_wf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your cron expression schedules your alert every minute 9:00 to 10:00 and 21:00 to 22:00. Your expression would be&lt;/P&gt;&lt;P&gt;30 */12 * * *&lt;/P&gt;&lt;P&gt;I suggest you to check&amp;nbsp;&lt;A href="https://crontab.guru/" target="_blank"&gt;https://crontab.guru/&lt;/A&gt;&amp;nbsp;before scheduling.&lt;/P&gt;&lt;P&gt;to run it once.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 06:30:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590122#M13648</guid>
      <dc:creator>BahadirS</dc:creator>
      <dc:date>2022-03-22T06:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590123#M13649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237518"&gt;@zacksoft_wf&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the solution for your need is the Throttle, that disable your alert for a configurable period&amp;nbsp;after an alert trigger.&lt;/P&gt;&lt;P&gt;So when you save your alert, in addition to the settings you shared, you have to enable throttling for e.g. 2 hours.&lt;/P&gt;&lt;P&gt;In other word you have to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create your search,&lt;/LI&gt;&lt;LI&gt;save it as an Alert,&lt;/LI&gt;&lt;LI&gt;configure the following parameters:&lt;UL&gt;&lt;LI&gt;Alert Type: scheduled&lt;/LI&gt;&lt;LI&gt;Time Range: 12 hours&lt;/LI&gt;&lt;LI&gt;Cron Expression:&amp;nbsp;&lt;SPAN&gt;* */12 * * *&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Expires: 24 hours&lt;/LI&gt;&lt;LI&gt;Trigger Alert when results&amp;gt;0&lt;/LI&gt;&lt;LI&gt;Trigger once&lt;/LI&gt;&lt;LI&gt;Throttle flagged&lt;/LI&gt;&lt;LI&gt;Suppress triggering for 11 hours&lt;/LI&gt;&lt;LI&gt;Trigger Actions:&lt;UL&gt;&lt;LI&gt;Add to triggered alerts&lt;/LI&gt;&lt;LI&gt;Send eMail&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Only one hint: I don't like your cron expression, I prefer to define the hors of execution, in other words I'd use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;30 9,21 * * *&lt;/LI-CODE&gt;&lt;P&gt;in this way, your alert runs at 9.30 and 21.30.&lt;/P&gt;&lt;P&gt;If you want to trigger your alert more times 8every 5 minutes) between 9.30 and 10.30 (AM and PM) but always with the throttle enabled, you could use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;*/5 9,21 * * *&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 06:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590123#M13649</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-22T06:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590200#M13658</link>
      <description>&lt;P&gt;Apart from changing the Cron Expression to&amp;nbsp;&amp;nbsp;30 9,21 * * *&lt;BR /&gt;and turning on throttle&amp;nbsp; suppress triggering to 11 hours,&lt;BR /&gt;Is there anything else I have to change ?&lt;BR /&gt;I am particularly thinking about Schedule Window = 5 Minutes.&amp;nbsp; &amp;nbsp;Should I change it to anything ? What does the Schedule Window option do ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590200#M13658</guid>
      <dc:creator>zacksoft_wf</dc:creator>
      <dc:date>2022-03-22T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590202#M13659</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237518"&gt;@zacksoft_wf&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I usually don't use the schedule window parameter.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590202#M13659</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-22T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590205#M13660</link>
      <description>&lt;P&gt;I am really sorry for the confusion.&lt;BR /&gt;I couldn't see the "throttle" option, then I realized, what I am looking at is not an 'Alert', but a "Scheduled Report".&amp;nbsp;&lt;BR /&gt;Is there a way to suppress the email alerts from a 'Scheduled Report', please ?&lt;BR /&gt;&lt;BR /&gt;But I wonder why did I get so many triggered email for a ScheduledReport. I should get just one at the end of every 12 hour ! Is it because of the 'Scheduling Window' =5 min option that is messing it up ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:18:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590205#M13660</guid>
      <dc:creator>zacksoft_wf</dc:creator>
      <dc:date>2022-03-22T13:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590411#M13661</link>
      <description>&lt;P&gt;Changing the cron expression to what you suggested sorted out my problem.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 12:03:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590411#M13661</guid>
      <dc:creator>zacksoft_wf</dc:creator>
      <dc:date>2022-03-23T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Scheduling Issue</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590412#M13662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237518"&gt;@zacksoft_wf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&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>Wed, 23 Mar 2022 12:05:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-configure-Splunk-alert-scheduling/m-p/590412#M13662</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-23T12:05:09Z</dc:date>
    </item>
  </channel>
</rss>

