<?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 based on Cron Expression: Run At every 15th minute from 1 through 59 in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416358#M1024</link>
    <description>&lt;P&gt;@RR5027153 - 1/15 is wrong standard in cron, check &lt;A href="https://crontab.guru/#1/15_*_*_*_*"&gt;https://crontab.guru/#1/15_*_*_*_*&lt;/A&gt;. &lt;BR /&gt;
Try any solution given by @richgalloway or try  &lt;CODE&gt;*/15 * * * *&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 06:52:59 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2019-06-10T06:52:59Z</dc:date>
    <item>
      <title>Alert based on Cron Expression: Run At every 15th minute from 1 through 59</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416356#M1022</link>
      <description>&lt;P&gt;Hi ,I am trying to schedule an alert to Run At every 15th minute from 1 through 59 via. below CRON expression but getting Invalid cron_schedule error . &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1/15 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;CronExpression looks ok to me - &lt;A href="https://crontab.guru/#1/15_*_*_*_*"&gt;https://crontab.guru/#1/15_*_*_*_*&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 08:08:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416356#M1022</guid>
      <dc:creator>RR5027153</dc:creator>
      <dc:date>2019-06-09T08:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alert based on Cron Expression: Run At every 15th minute from 1 through 59</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416357#M1023</link>
      <description>&lt;P&gt;I've had the same experience.  Try one of these workarounds:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1-59/15 * * * *

1,16,31,46 * * * *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 Jun 2019 17:23:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416357#M1023</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-09T17:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alert based on Cron Expression: Run At every 15th minute from 1 through 59</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416358#M1024</link>
      <description>&lt;P&gt;@RR5027153 - 1/15 is wrong standard in cron, check &lt;A href="https://crontab.guru/#1/15_*_*_*_*"&gt;https://crontab.guru/#1/15_*_*_*_*&lt;/A&gt;. &lt;BR /&gt;
Try any solution given by @richgalloway or try  &lt;CODE&gt;*/15 * * * *&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 06:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416358#M1024</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2019-06-10T06:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alert based on Cron Expression: Run At every 15th minute from 1 through 59</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416359#M1025</link>
      <description>&lt;P&gt;@VatsalJagani You should post that as an answer, so people can see it more clearly and you'll get reputation points. It is the best solution.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 12:02:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416359#M1025</guid>
      <dc:creator>danielswan</dc:creator>
      <dc:date>2019-07-23T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alert based on Cron Expression: Run At every 15th minute from 1 through 59</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416360#M1026</link>
      <description>&lt;P&gt;The reason this doesn't work is because the 1 before the slash is specifying the first minute of the hour only. The /15 is being prohibited by the 1. &lt;BR /&gt;
If you can only run on the first minute, then you can't run again 15 minutes later because it's not allowed.&lt;/P&gt;

&lt;P&gt;Do you require it to wait until a minute after the hour, or can it just run every minute?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 12:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Alert-based-on-Cron-Expression-Run-At-every-15th-minute-from-1/m-p/416360#M1026</guid>
      <dc:creator>danielswan</dc:creator>
      <dc:date>2019-07-23T12:09:43Z</dc:date>
    </item>
  </channel>
</rss>

