<?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: Running a report on the third Monday of every month in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/649405#M451</link>
    <description>&lt;P&gt;In some cron versions it needs that you will change 15-21 to 15,16,17,18,19,20,21.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 07:21:54 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-07-06T07:21:54Z</dc:date>
    <item>
      <title>How to set up a report to run on the third Monday of every month?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/648276#M447</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wanting to setup a Report to run on the third Monday of every month.&lt;BR /&gt;Is there a way to do this?&lt;BR /&gt;Any Cron&amp;nbsp;Schedule I try doesn't allow me to commit the change.&lt;BR /&gt;&lt;BR /&gt;Such as:&amp;nbsp;0 8 * * 1 [ "$(date +\%d -d 'today + 14 days')" -gt 14 ] &amp;amp;&amp;amp; [ "$(date +\%u -d 'today + 14 days')" == 1 ] &amp;amp;&amp;amp; echo "Run report"&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 14:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/648276#M447</guid>
      <dc:creator>Rowank</dc:creator>
      <dc:date>2023-06-27T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running a report on the third Monday of every month</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/648279#M448</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think that this is working&amp;nbsp;&lt;A href="https://crontab.guru/#00_00_15-21_*_1" target="_blank"&gt;https://crontab.guru/#00_00_15-21_*_1&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1 1 15-21 * 1&lt;/LI-CODE&gt;&lt;P&gt;3rd Monday is between 15th and 21st day and last day field select it to run only Monday on those days.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 05:02:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/648279#M448</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-27T05:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running a report on the third Monday of every month</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/648282#M449</link>
      <description>&lt;P&gt;Thanks for the response.&lt;BR /&gt;I will let you know if it works next month!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 05:18:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/648282#M449</guid>
      <dc:creator>Rowank</dc:creator>
      <dc:date>2023-06-27T05:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running a report on the third Monday of every month</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/649389#M450</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems as though this cron schedule is running every Monday.&lt;BR /&gt;It ran last Monday and splunk is showing it will run next Monday.&lt;BR /&gt;Even though it should only be running the Monday after that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 01:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/649389#M450</guid>
      <dc:creator>Rowank</dc:creator>
      <dc:date>2023-07-06T01:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Running a report on the third Monday of every month</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/649405#M451</link>
      <description>&lt;P&gt;In some cron versions it needs that you will change 15-21 to 15,16,17,18,19,20,21.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-set-up-a-report-to-run-on-the-third-Monday-of-every-month/m-p/649405#M451</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-06T07:21:54Z</dc:date>
    </item>
  </channel>
</rss>

