<?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: What's the difference between cron schedule and auto_summarize.cron_schedule? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365039#M6436</link>
    <description>&lt;P&gt;This applies only to the first field: &lt;CODE&gt;*/10&lt;/CODE&gt; means every ten minutes. &lt;CODE&gt;*/2&lt;/CODE&gt; means every other minute. &lt;CODE&gt;*/30&lt;/CODE&gt; means every 30 minutes.&lt;/P&gt;

&lt;P&gt;In some cron configurations you can do something like &lt;CODE&gt;3/5&lt;/CODE&gt; and it means start at minute 3 past the hour and run every 5minutes after that.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2017 17:55:40 GMT</pubDate>
    <dc:creator>cpetterborg</dc:creator>
    <dc:date>2017-08-14T17:55:40Z</dc:date>
    <item>
      <title>What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365038#M6435</link>
      <description>&lt;P&gt;Please help&lt;/P&gt;

&lt;P&gt;I find just 5 stars in cron schedule * * * * * &amp;amp; auto_summarize.cron_schedule is */10 * * * * what is the difference between these two.&lt;/P&gt;

&lt;P&gt;I am trying to find the schedule of the alerts that are setup by other users. In Searches, reports, and alerts &amp;gt; advanced edit for one of the search I find just 5 stars in cron schedule * * * * * &amp;amp; auto_summarize.cron_schedule is */10 * * * * what is the difference between these two.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365038#M6435</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2020-09-29T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365039#M6436</link>
      <description>&lt;P&gt;This applies only to the first field: &lt;CODE&gt;*/10&lt;/CODE&gt; means every ten minutes. &lt;CODE&gt;*/2&lt;/CODE&gt; means every other minute. &lt;CODE&gt;*/30&lt;/CODE&gt; means every 30 minutes.&lt;/P&gt;

&lt;P&gt;In some cron configurations you can do something like &lt;CODE&gt;3/5&lt;/CODE&gt; and it means start at minute 3 past the hour and run every 5minutes after that.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 17:55:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365039#M6436</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-08-14T17:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365040#M6437</link>
      <description>&lt;P&gt;Thanks for the quick help. I do not understand&lt;/P&gt;

&lt;P&gt;1) What do the 5 stars in cron schedule * * * * * mean?&lt;/P&gt;

&lt;P&gt;and the auto_summarize.cron_schedule is */10 * * * * does this mean the search is scheduled to run every 10mins?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365040#M6437</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2020-09-29T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365041#M6438</link>
      <description>&lt;P&gt;The format of cron schedule in Splunk is &lt;CODE&gt;(minute) (hour) (day of month) (month) (day of week)&lt;/CODE&gt;. So &lt;CODE&gt;* * * * *&lt;/CODE&gt; is every minute. The auto_summarize cron_schedule is effective when you've setup Report Acceleration on your search (attribute name auto_summarize =true). If you're accelerating your scheduled search, you can ignore auto_summarize.cron_schedule value. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:21:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365041#M6438</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365042#M6439</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Crontab Format.&lt;/STRONG&gt; Commands are executed by cron when the minute, hour, and month of year fields match the current time, and when at least one of the two day fields (day of month, or day of week) match the current time. A field may be an asterisk ( &lt;CODE&gt;*&lt;/CODE&gt; ), which always stands for "first-last". Ranges of numbers are allowed.&lt;/P&gt;

&lt;P&gt;First field = Minutes&lt;BR /&gt;
Second field = Hours&lt;BR /&gt;
Third field = Day of the month&lt;BR /&gt;
Fourth field = Month&lt;BR /&gt;
Fifth field = Day of the week&lt;/P&gt;

&lt;P&gt;An asterisk basically matches every possible match, so for minutes and asterisk means any minute from 0-59. If you have &lt;CODE&gt;* * * * *&lt;/CODE&gt;, that means every minute of every hour of every day of every month of the year, no matter what day of the week. to put the minutes field at &lt;CODE&gt;*/10&lt;/CODE&gt; means every 10 minutes of every hour of every day of every month of the year, no matter what day of the week.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 18:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365042#M6439</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-08-14T18:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365043#M6440</link>
      <description>&lt;P&gt;Thanks for the reply I have 5 asterixs * * * * * in the Cron schedule box. Should I ignore the other box which has */10 in the auto_summarize.cron_schedule ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:22:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365043#M6440</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2020-09-29T15:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365044#M6441</link>
      <description>&lt;P&gt;I would say, yes, ignore it. It is just going to run every 10 minutes instead of every minute. If you need it to run more often, then you can make the 10 be a smaller number or eliminate the /10 altogether.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:09:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365044#M6441</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-08-16T19:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365045#M6442</link>
      <description>&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365045#M6442</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2017-08-16T19:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between cron schedule and auto_summarize.cron_schedule?</title>
      <link>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365046#M6443</link>
      <description>&lt;P&gt;Thank you very much for your help&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/What-s-the-difference-between-cron-schedule-and-auto-summarize/m-p/365046#M6443</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2017-08-16T19:12:43Z</dc:date>
    </item>
  </channel>
</rss>

