<?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 mulitple reports with a certain time gap in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425749#M6998</link>
    <description>&lt;P&gt;I already scheduled them in reporting with cron schedule 20 */3 * * 1-5 , 25 */3 * * 1-5 and 30 */3 * * 1-5.&lt;/P&gt;

&lt;P&gt;What I need to know is that if we can run multiple reports from a single Search head (As a single query) with a defined time gap in between.  &lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 13:53:40 GMT</pubDate>
    <dc:creator>Chandras11</dc:creator>
    <dc:date>2018-08-28T13:53:40Z</dc:date>
    <item>
      <title>Running mulitple reports with a certain time gap</title>
      <link>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425745#M6994</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I have 3 reports dependent on the outcome of each other&lt;BR /&gt;
The 1st report generates a FirstReportOutputcsv, which is the input for the Second report&lt;BR /&gt;
The 2nd report generates a SecondReportOutputcsv, which is the input for the Third report.&lt;BR /&gt;
The 2nd report generates a ThirdReportOutputcsv, which is the final output.&lt;/P&gt;

&lt;P&gt;As of now, I have scheduled these reports at a certain time every day.&lt;/P&gt;

&lt;P&gt;Is it possible to run all 3 reports from the search head with a time gap of 5 minutes? &lt;/P&gt;

&lt;P&gt;Thanks a lot in advance. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 07:43:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425745#M6994</guid>
      <dc:creator>Chandras11</dc:creator>
      <dc:date>2018-08-24T07:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Running mulitple reports with a certain time gap</title>
      <link>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425746#M6995</link>
      <description>&lt;P&gt;You can do that!! But you need to be mindful of the duration the earlier searches takes. There will be always an issue if the first search takes more than 5 minutes (due to some issues) and that hinders the second searches output. Having a safe gap b/w the searches will help you in this case&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 20:56:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425746#M6995</guid>
      <dc:creator>nadlurinadluri</dc:creator>
      <dc:date>2018-08-24T20:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running mulitple reports with a certain time gap</title>
      <link>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425747#M6996</link>
      <description>&lt;P&gt;Ok, That's a good point. However, do you know, how can we run multiple reports /Queries from the search head with a certain time gap duration. Is there any example available. &lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 19:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425747#M6996</guid>
      <dc:creator>Chandras11</dc:creator>
      <dc:date>2018-08-26T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Running mulitple reports with a certain time gap</title>
      <link>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425748#M6997</link>
      <description>&lt;P&gt;I am not exactly sure about your ask!! &lt;BR /&gt;
If you are asking how to schedule the reports:&lt;BR /&gt;
You can schedule each report with a cron scheduler, and give a timegap of 5/10 minutes &lt;BR /&gt;
report 1 ...  5,20,35,50 * * * *&lt;BR /&gt;
report 2 .... 10,25,40,55 * * * *&lt;BR /&gt;
report 3 ....  15,30,45,00 * * * *&lt;/P&gt;

&lt;P&gt;Please adjust the cron scheduler according to your needs.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Report/Schedulereports#Schedule_reports_in_Settings"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Report/Schedulereports#Schedule_reports_in_Settings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 21:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425748#M6997</guid>
      <dc:creator>nadlurinadluri</dc:creator>
      <dc:date>2018-08-27T21:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running mulitple reports with a certain time gap</title>
      <link>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425749#M6998</link>
      <description>&lt;P&gt;I already scheduled them in reporting with cron schedule 20 */3 * * 1-5 , 25 */3 * * 1-5 and 30 */3 * * 1-5.&lt;/P&gt;

&lt;P&gt;What I need to know is that if we can run multiple reports from a single Search head (As a single query) with a defined time gap in between.  &lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 13:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Running-mulitple-reports-with-a-certain-time-gap/m-p/425749#M6998</guid>
      <dc:creator>Chandras11</dc:creator>
      <dc:date>2018-08-28T13:53:40Z</dc:date>
    </item>
  </channel>
</rss>

