<?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 trigger a scheduled report for every Sunday AND every first day of the month? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333875#M40071</link>
    <description>&lt;P&gt;maybe something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10 8 *,1 * 1,*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where 10 is the minute and 8 is the hour of the day.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 18:17:31 GMT</pubDate>
    <dc:creator>cmerriman</dc:creator>
    <dc:date>2017-03-02T18:17:31Z</dc:date>
    <item>
      <title>How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333874#M40070</link>
      <description>&lt;P&gt;I am using Splunk DB Connect v2. I would like to write cron job to run every Sunday AND every first day of the month. &lt;/P&gt;

&lt;P&gt;The job is running on every Sunday (whatever day of the month)&lt;BR /&gt;
the job is running every 1st day of the month (any day of the week)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 17:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333874#M40070</guid>
      <dc:creator>Chamrong</dc:creator>
      <dc:date>2017-03-02T17:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333875#M40071</link>
      <description>&lt;P&gt;maybe something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10 8 *,1 * 1,*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where 10 is the minute and 8 is the hour of the day.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333875#M40071</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-03-02T18:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333876#M40072</link>
      <description>&lt;P&gt;dbconnect do not recognise and provide error : Enter seconds or a valid cron string&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333876#M40072</guid>
      <dc:creator>Chamrong</dc:creator>
      <dc:date>2017-03-02T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333877#M40073</link>
      <description>&lt;P&gt;hmm, I tested the cron string in 'report' and it worked. i'll noodle a bit more.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:49:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333877#M40073</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-03-02T18:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333878#M40074</link>
      <description>&lt;P&gt;I am using dbconnect2 &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:51:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333878#M40074</guid>
      <dc:creator>Chamrong</dc:creator>
      <dc:date>2017-03-02T18:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333879#M40075</link>
      <description>&lt;P&gt;I have DBConnect V3 and that cron didn't error out, so I'm not sure if something changed from V2 to V3. I'm not sure if that cron will work exactly as you want, but I think it would do the job, but if you can't get it to work in V2, it's moot anyways &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333879#M40075</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-03-02T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333880#M40076</link>
      <description>&lt;P&gt;According to &lt;A href="https://crontab.guru"&gt;CrontabGuru&lt;/A&gt;, you will want to use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10 8 1 * 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:31:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333880#M40076</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-03-02T19:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333881#M40077</link>
      <description>&lt;P&gt;I wanted to run a report on every first Business day of the month.&lt;BR /&gt;
i.e., If the first business day of the month falls on Monday-Friday I want the report to run &lt;BR /&gt;
and if it falls on Saturday/sunday I want the report to report on the next business day. &lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 02:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333881#M40077</guid>
      <dc:creator>Deepz2612</dc:creator>
      <dc:date>2017-10-23T02:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333882#M40078</link>
      <description>&lt;P&gt;There is no cron scheduling ability to perform that particular schedule. If it had some kind of &lt;EM&gt;optional&lt;/EM&gt; functionality, it could be possible, but that level of complexity is not available.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333882#M40078</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-10-23T12:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333883#M40079</link>
      <description>&lt;P&gt;Thanks for your reply&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 15:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333883#M40079</guid>
      <dc:creator>Deepz2612</dc:creator>
      <dc:date>2017-10-23T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a scheduled report for every Sunday AND every first day of the month?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333884#M40080</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I have onboarded the database data in db connect and while setting up the report the column with timestamp are not of desired format.&lt;BR /&gt;
Can you help me with some ideas on how to get the output in desired format..&lt;BR /&gt;
for eg.for the column Sys_entry_timestamp has the value 09-10-2017 00:09:45:6000 AM but i need it as 10 Sep 2017 00:09:45 AM.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-trigger-a-scheduled-report-for-every-Sunday-AND-every/m-p/333884#M40080</guid>
      <dc:creator>Deepz2612</dc:creator>
      <dc:date>2020-09-29T16:23:48Z</dc:date>
    </item>
  </channel>
</rss>

