<?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: Cron not function properly in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53167#M730</link>
    <description>&lt;P&gt;the first * specifies the every minute. so you should write like 0 8 * * *&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2013 07:15:04 GMT</pubDate>
    <dc:creator>wayne_zhou</dc:creator>
    <dc:date>2013-04-03T07:15:04Z</dc:date>
    <item>
      <title>Cron not function properly</title>
      <link>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53165#M728</link>
      <description>&lt;P&gt;I have setup a cron in order to run a search at 8am everyday. Here is the syntax:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* 08 * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The search did get executed at 8am, but ran every minute between 8-9am.&lt;BR /&gt;
I only need the search to run once each day.&lt;/P&gt;

&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 13:43:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53165#M728</guid>
      <dc:creator>efelder0</dc:creator>
      <dc:date>2012-05-16T13:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cron not function properly</title>
      <link>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53166#M729</link>
      <description>&lt;P&gt;Well the initial &lt;CODE&gt;*&lt;/CODE&gt; in your cron schedule specifies the minute, so when you specify &lt;CODE&gt;* 8&lt;/CODE&gt; at the beginning that's equal to saying every minute when the hour has the value 8. In order to have it run just at 8:00, just put 0 in the minute part:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;0 8 * * *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 May 2012 14:02:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53166#M729</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-05-16T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cron not function properly</title>
      <link>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53167#M730</link>
      <description>&lt;P&gt;the first * specifies the every minute. so you should write like 0 8 * * *&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 07:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53167#M730</guid>
      <dc:creator>wayne_zhou</dc:creator>
      <dc:date>2013-04-03T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cron not function properly</title>
      <link>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53168#M731</link>
      <description>&lt;P&gt;every day :&lt;BR /&gt;
0*/8***&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53168#M731</guid>
      <dc:creator>1206chandra</dc:creator>
      <dc:date>2020-09-29T23:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cron not function properly</title>
      <link>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53169#M732</link>
      <description>&lt;P&gt;I use sites like &lt;A href="http://crontab.guru/"&gt;http://crontab.guru/&lt;/A&gt; to make sure that i get my cron jobs right.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 14:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cron-not-function-properly/m-p/53169#M732</guid>
      <dc:creator>broberg</dc:creator>
      <dc:date>2019-02-27T14:21:35Z</dc:date>
    </item>
  </channel>
</rss>

