<?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 to run a scheduled report with Cron config on the first monday of each month? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402078#M6751</link>
    <description>&lt;P&gt;hello,&lt;BR /&gt;
You're right, my cron schedule doesn't work... I created this few months ago and apparently it was working... until this morning. Sorry for the post, I have to find to "good" cron schedule&lt;/P&gt;

&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 10:54:26 GMT</pubDate>
    <dc:creator>DavidCaputo</dc:creator>
    <dc:date>2019-06-03T10:54:26Z</dc:date>
    <item>
      <title>How to run a scheduled report with Cron config on the first monday of each month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402076#M6749</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;

&lt;P&gt;I have scheduled a report with cron config, to run this report on the first monday of each month. &lt;BR /&gt;
My cron is : 45 3 1,2,3,4,5,6,7 * 1&lt;/P&gt;

&lt;P&gt;This was working well until now... but after splunk upgrade (6.6.3 to 7.2.6), it looks like Splunk doesn't recognize this cron definition, and the report is run every day...&lt;/P&gt;

&lt;P&gt;Any idea of a solution or workaround ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 09:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402076#M6749</guid>
      <dc:creator>DavidCaputo</dc:creator>
      <dc:date>2019-06-03T09:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a scheduled report with Cron config on the first monday of each month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402077#M6750</link>
      <description>&lt;P&gt;@DavidCaputo above cron schedule does not seem to pick 1st monday of each month. Have you verified?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://cron.schlitt.info/index.php?cron=45+3+1%2C2%2C3%2C4%2C5%2C6%2C7+*+1&amp;amp;iterations=50&amp;amp;test=Test"&gt;http://cron.schlitt.info/index.php?cron=45+3+1%2C2%2C3%2C4%2C5%2C6%2C7+*+1&amp;amp;iterations=50&amp;amp;test=Test&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 09:41:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402077#M6750</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-06-03T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a scheduled report with Cron config on the first monday of each month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402078#M6751</link>
      <description>&lt;P&gt;hello,&lt;BR /&gt;
You're right, my cron schedule doesn't work... I created this few months ago and apparently it was working... until this morning. Sorry for the post, I have to find to "good" cron schedule&lt;/P&gt;

&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 10:54:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402078#M6751</guid>
      <dc:creator>DavidCaputo</dc:creator>
      <dc:date>2019-06-03T10:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a scheduled report with Cron config on the first monday of each month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402079#M6752</link>
      <description>&lt;P&gt;Plenty of suggestions here - &lt;A href="https://superuser.com/questions/428807/run-a-cron-job-on-the-first-monday-of-every-month"&gt;https://superuser.com/questions/428807/run-a-cron-job-on-the-first-monday-of-every-month&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I'm not sure if Splunk would natively support complex cron schedules. If not, you can make the search one that can be called via the CLI or REST API by an external script if the cron job triggers.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 14:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402079#M6752</guid>
      <dc:creator>martynoconnor</dc:creator>
      <dc:date>2019-06-03T14:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a scheduled report with Cron config on the first monday of each month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402080#M6753</link>
      <description>&lt;P&gt;Thanks for your suggestion. I'm going to try this.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 05:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-run-a-scheduled-report-with-Cron-config-on-the-first/m-p/402080#M6753</guid>
      <dc:creator>DavidCaputo</dc:creator>
      <dc:date>2019-06-05T05:45:03Z</dc:date>
    </item>
  </channel>
</rss>

