<?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 do I schedule an alert to run every 12 hours? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211274#M3766</link>
    <description>&lt;P&gt;i tried using your example it says invalid cron&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2015 18:42:06 GMT</pubDate>
    <dc:creator>vrmandadi</dc:creator>
    <dc:date>2015-09-01T18:42:06Z</dc:date>
    <item>
      <title>How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211268#M3760</link>
      <description>&lt;P&gt;I'm creating an alert.&lt;BR /&gt;
How can I schedule it to run two times every day?&lt;BR /&gt;
every 12 hours&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211268#M3760</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2015-09-01T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211269#M3761</link>
      <description>&lt;P&gt;Two times  a day, select cron schedule in alert.&lt;BR /&gt;
&lt;CODE&gt;0  3,15 * * *&lt;/CODE&gt; ?  - That'll run a job at 3am and 3pm. That's twice a day, with 12 hours between. &lt;BR /&gt;
You could use &lt;CODE&gt;0  0/12 * * *&lt;/CODE&gt; ? which means every 12 hours.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:25:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211269#M3761</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-09-01T18:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211270#M3762</link>
      <description>&lt;P&gt;should I leave the earliest and latest columns blank&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211270#M3762</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2015-09-01T18:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211271#M3763</link>
      <description>&lt;P&gt;that depends on the alert sampling, what is the time range you are doing it for. It has no relation with the cron schedule.&lt;BR /&gt;
Please provide more information on your alert.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:31:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211271#M3763</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-09-01T18:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211272#M3764</link>
      <description>&lt;P&gt;i want to run at 12 am and 12 pm&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211272#M3764</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2015-09-01T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211273#M3765</link>
      <description>&lt;P&gt;&lt;CODE&gt;0 0 00/12 * * *&lt;/CODE&gt; - Use this in the cron&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:40:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211273#M3765</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-09-01T18:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211274#M3766</link>
      <description>&lt;P&gt;i tried using your example it says invalid cron&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:42:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211274#M3766</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2015-09-01T18:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211275#M3767</link>
      <description>&lt;P&gt;I used  this and it worked&lt;BR /&gt;
&lt;CODE&gt;0 */12 * * *&lt;/CODE&gt;  &lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:22:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211275#M3767</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2015-09-02T17:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211276#M3768</link>
      <description>&lt;P&gt;awesome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:26:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211276#M3768</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-09-02T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211277#M3769</link>
      <description>&lt;P&gt;Not sure why you voted my answer down, "0 /12 " was in my initial solution.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211277#M3769</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-09-02T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211278#M3770</link>
      <description>&lt;P&gt;The answer should be amended - &lt;CODE&gt;0 0 3,15 * *&lt;/CODE&gt; is "every 3rd and 15th day of every month, do something at midnight".&lt;/P&gt;

&lt;P&gt;The second expression is invalid because the day of month starts with 1, not 0.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 19:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211278#M3770</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-09-02T19:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I schedule an alert to run every 12 hours?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211279#M3771</link>
      <description>&lt;P&gt;Agreed, sorry for the typo&lt;/P&gt;

&lt;P&gt;it should be -- &lt;CODE&gt;0 3,15 * * *&lt;/CODE&gt;  -- for 3am and 3pm everyday of every month.&lt;/P&gt;

&lt;P&gt;-- &lt;CODE&gt;0 */12 * * *&lt;/CODE&gt; -- which means every 12 hours.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 19:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-schedule-an-alert-to-run-every-12-hours/m-p/211279#M3771</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-09-02T19:07:23Z</dc:date>
    </item>
  </channel>
</rss>

