<?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: Run a Scheduled Report on Demand in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265492#M10065</link>
    <description>&lt;P&gt;thanks for your answer,  so am i correct to assume that there is no way to do this in splunk directly?  (ie there is no place or way to click run scheduled report now?)&lt;BR /&gt;
tks&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 04:26:30 GMT</pubDate>
    <dc:creator>spunk311z</dc:creator>
    <dc:date>2020-01-02T04:26:30Z</dc:date>
    <item>
      <title>Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265489#M10062</link>
      <description>&lt;P&gt;Guys, I have a scheduled report that is e-mail to about 10 people once weekly. Often though I'd like to trigger it on an ad-hoc basis so it gets sent again. Currently, I simply export the results to a PDF and e-mail it but this is a pain &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; How can I do send the report from Splunk by triggering it? &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 12:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265489#M10062</guid>
      <dc:creator>shocko</dc:creator>
      <dc:date>2017-01-31T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265490#M10063</link>
      <description>&lt;P&gt;You can change the cron schedule, temporarily, to something in next 5-10 mins, wait for the alert to run successfully and revert back. Other option would be to add a sendemail command, with options matching your alert email setting (To,Cc,Subject, attachment etc) and run the search manually. I prefer the first one as it doesn't require additional testing.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265490#M10063</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-31T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265491#M10064</link>
      <description>&lt;P&gt;yes so how do I do that...I don't see any cron options in the drop down for edit schedule&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 17:25:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265491#M10064</guid>
      <dc:creator>radam2000</dc:creator>
      <dc:date>2018-04-06T17:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265492#M10065</link>
      <description>&lt;P&gt;thanks for your answer,  so am i correct to assume that there is no way to do this in splunk directly?  (ie there is no place or way to click run scheduled report now?)&lt;BR /&gt;
tks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 04:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265492#M10065</guid>
      <dc:creator>spunk311z</dc:creator>
      <dc:date>2020-01-02T04:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265493#M10066</link>
      <description>&lt;P&gt;i have the same question. it would be really nice to be able to click a button and have a report run from the Reports tab within an app. sometimes the scheduled search returns partial results or doesn't work at all (especially if there was an issue getting data indexed) and then the dashboard that uses a report is wrong. just being able to run the reports ad-hoc instead of rewriting the cron schedule would be much nicer.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 19:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265493#M10066</guid>
      <dc:creator>patterc</dc:creator>
      <dc:date>2020-02-14T19:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265494#M10067</link>
      <description>&lt;P&gt;You can manually schedule a saved search via the command line.&lt;/P&gt;

&lt;P&gt;This is the syntax that I currently use:&lt;/P&gt;

&lt;P&gt;curl -k -u admin:password &lt;A href="https://xx.xxx.xxx.xx:8089/servicesNS/admin/your_app_name_here/saved/searches/saved_search_name_here/reschedule"&gt;https://xx.xxx.xxx.xx:8089/servicesNS/admin/your_app_name_here/saved/searches/saved_search_name_here/reschedule&lt;/A&gt; -d schedule_time=2020-02-14T011:42:CST.&lt;/P&gt;

&lt;P&gt;Worth noting:&lt;BR /&gt;
The period after CST is required, it's not punctuation in this case.&lt;BR /&gt;
The "reschedule" does not actually alter or impact the original configured schedule.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 23:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265494#M10067</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-14T23:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265495#M10068</link>
      <description>&lt;P&gt;Also, below is the syntax to use if your saved search is not within the context of an app.&lt;/P&gt;

&lt;P&gt;curl -k -u admin:password &lt;A href="https://xx.xxx.xxx.xx:8089/servicesNS/admin/saved/searches/saved_search_name_here/reschedule"&gt;https://xx.xxx.xxx.xx:8089/servicesNS/admin/saved/searches/saved_search_name_here/reschedule&lt;/A&gt; -d schedule_time=2020-02-14T011:42:CST.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 23:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265495#M10068</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-14T23:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run a Scheduled Report on Demand</title>
      <link>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265496#M10069</link>
      <description>&lt;P&gt;If you found this advice helpfu,  please accept the answer as it benefits the entire community, which is the goal. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:04:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Run-a-Scheduled-Report-on-Demand/m-p/265496#M10069</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-05T08:04:25Z</dc:date>
    </item>
  </channel>
</rss>

