<?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 How to schedule alert every 3 hours? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157547#M2583</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;

&lt;P&gt;I am working on scheduling alert may i know how to schedule a alert in every 3 hours?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Gajanna Hiroji&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2014 10:34:11 GMT</pubDate>
    <dc:creator>gajananh999</dc:creator>
    <dc:date>2014-07-25T10:34:11Z</dc:date>
    <item>
      <title>How to schedule alert every 3 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157547#M2583</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;

&lt;P&gt;I am working on scheduling alert may i know how to schedule a alert in every 3 hours?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Gajanna Hiroji&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 10:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157547#M2583</guid>
      <dc:creator>gajananh999</dc:creator>
      <dc:date>2014-07-25T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule alert every 3 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157548#M2584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You Can use cron schedule: Link below &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/Alert/Definescheduledalerts#Schedule_the_alert" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.1/Alert/Definescheduledalerts#Schedule_the_alert&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;*/5 * * * *       : Every 5 minutes
*/30 * * * *      : Every 30 minutes
0 */12 * * *      : Every 12 hours, on the hour
*/20  * * * 1-5   : Every 20 minutes, Monday through Friday
0 9 1-7 * 1       : First Monday of each month, at 9am.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157548#M2584</guid>
      <dc:creator>ankireddy007</dc:creator>
      <dc:date>2020-09-28T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule alert every 3 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157549#M2585</link>
      <description>&lt;P&gt;Use this cron schedule:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;0 */3 * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will run the alert at 00:00, 03:00, ..., 21:00. Make sure you don't have a huge bunching up around a specific minute if the minute isn't important to your report, so use maybe &lt;CODE&gt;1 */3 * * *&lt;/CODE&gt; for some and &lt;CODE&gt;2 */3 * * *&lt;/CODE&gt; for others.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 10:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-schedule-alert-every-3-hours/m-p/157549#M2585</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-25T10:53:38Z</dc:date>
    </item>
  </channel>
</rss>

