<?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 Configure Sequential Searches... in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92111#M2096</link>
    <description>&lt;P&gt;I have been able to solve this problem in two ways.&lt;BR /&gt;
1) By determining the max execution time of every scheduled search and then configure the schedule search time of each search  accordingly. This approach has its limitations.&lt;/P&gt;

&lt;P&gt;2) By creating a script that assures that the set of searches are executed in the define sequential order based on the result set data flow.&lt;/P&gt;

&lt;P&gt;It will be nice if the user could use the search scheduler to define the execution order of a set scheduled searches base on the result set data flow as presented in the example.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
Lp&lt;/P&gt;</description>
    <pubDate>Sat, 17 Mar 2012 11:38:32 GMT</pubDate>
    <dc:creator>lpolo</dc:creator>
    <dc:date>2012-03-17T11:38:32Z</dc:date>
    <item>
      <title>How to Configure Sequential Searches...</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92108#M2093</link>
      <description>&lt;P&gt;I have 5 queries that have to be run in sequential order.&lt;BR /&gt;
Is there a way in Splunk to schedule 5 searches like presented in the example? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Example:
Schedule Search 1 -&amp;gt; Runs every 2 hours.
Search 2 -&amp;gt; Runs after schedule search 1 is executed.
Search 3 -&amp;gt; Runs after search 2 is executed.
Search 4 -&amp;gt; Runs after search 3 is executed.
Search 5 -&amp;gt; Runs after search 4 is executed.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas will be appreciated. &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2012 14:07:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92108#M2093</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-03-14T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Sequential Searches...</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92109#M2094</link>
      <description>&lt;P&gt;Does each search have to wait until the prior search completes?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2012 22:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92109#M2094</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-03-14T22:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Sequential Searches...</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92110#M2095</link>
      <description>&lt;P&gt;Yes. I have a sequential inter-dependency as I presented in the example.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 11:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92110#M2095</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-03-15T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Sequential Searches...</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92111#M2096</link>
      <description>&lt;P&gt;I have been able to solve this problem in two ways.&lt;BR /&gt;
1) By determining the max execution time of every scheduled search and then configure the schedule search time of each search  accordingly. This approach has its limitations.&lt;/P&gt;

&lt;P&gt;2) By creating a script that assures that the set of searches are executed in the define sequential order based on the result set data flow.&lt;/P&gt;

&lt;P&gt;It will be nice if the user could use the search scheduler to define the execution order of a set scheduled searches base on the result set data flow as presented in the example.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2012 11:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92111#M2096</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-03-17T11:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Sequential Searches...</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92112#M2097</link>
      <description>&lt;P&gt;The best way to solve this is through a script which has the flexibility of deciding when to dispatch the searches. You can decide whether to wait for a search to complete before dispatching the next one, or maybe dispatch a couple of them in parallel, or even modify a search based on the results of the previous search. &lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2012 20:19:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92112#M2097</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2012-03-17T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Sequential Searches...</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92113#M2098</link>
      <description>&lt;P&gt;I agree that this would be a nice enhancement. We have created a lot of independant scheduled searches along with emails of attached CSV reports. We could convert it all to a script, but we have tried to do everything natively.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2012 14:16:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-Configure-Sequential-Searches/m-p/92113#M2098</guid>
      <dc:creator>reed_kelly</dc:creator>
      <dc:date>2012-07-12T14:16:58Z</dc:date>
    </item>
  </channel>
</rss>

