<?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: Need help for Cron schedule in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166077#M2716</link>
    <description>&lt;P&gt;This would do what you (say you) like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1,12,22,32,42,52 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it can also be written&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2-52/10 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But perhaps the first "1" should be a "2" to be consistent?&lt;/P&gt;

&lt;P&gt;More info and an online calculator here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.dataphyx.com/cronsandbox/cronsandboxgui.php"&gt;http://www.dataphyx.com/cronsandbox/cronsandboxgui.php&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2014 09:30:16 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2014-02-26T09:30:16Z</dc:date>
    <item>
      <title>Need help for Cron schedule</title>
      <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166075#M2714</link>
      <description>&lt;P&gt;Can you please help me to write the Cron schedule for the below format:&lt;/P&gt;

&lt;P&gt;Need to schedule alert for every 2 mins after 10th min (1, 12, 22, 32 ..) interval.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:12:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166075#M2714</guid>
      <dc:creator>pratap924</dc:creator>
      <dc:date>2014-02-26T09:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Cron schedule</title>
      <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166076#M2715</link>
      <description>&lt;P&gt;not possible , you don't have a series proper sequence&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:29:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166076#M2715</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-02-26T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Cron schedule</title>
      <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166077#M2716</link>
      <description>&lt;P&gt;This would do what you (say you) like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1,12,22,32,42,52 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it can also be written&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2-52/10 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But perhaps the first "1" should be a "2" to be consistent?&lt;/P&gt;

&lt;P&gt;More info and an online calculator here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.dataphyx.com/cronsandbox/cronsandboxgui.php"&gt;http://www.dataphyx.com/cronsandbox/cronsandboxgui.php&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:30:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166077#M2716</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-02-26T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Cron schedule</title>
      <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166078#M2717</link>
      <description>&lt;P&gt;eer, well. you're right linu1988. The text and the example don't add up. &lt;/P&gt;

&lt;P&gt;Every 2 mins after the 10th (what the text says) is;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;12-59/2 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i.e. 12, 14, 16, 18 ... 58&lt;/P&gt;

&lt;P&gt;However, see below for the schedule according to the supplied sample intervals.&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166078#M2717</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-02-26T09:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Cron schedule</title>
      <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166079#M2718</link>
      <description>&lt;P&gt;Thank you so much for the quick turn around on this request. Really Appreciate.&lt;BR /&gt;
This cron expression is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166079#M2718</guid>
      <dc:creator>pratap924</dc:creator>
      <dc:date>2014-02-26T09:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Cron schedule</title>
      <link>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166080#M2719</link>
      <description>&lt;P&gt;Yes, this should be done not 1 then 12. This is the best answer for your question.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-help-for-Cron-schedule/m-p/166080#M2719</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-02-26T10:02:50Z</dc:date>
    </item>
  </channel>
</rss>

