<?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: Is there a way to &amp;quot;trigger&amp;quot; another search when previous saved search finished? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320029#M5794</link>
    <description>&lt;P&gt;Have you checked the below answer:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/614705/how-to-trigger-second-search-based-on-first-search.html"&gt;https://answers.splunk.com/answers/614705/how-to-trigger-second-search-based-on-first-search.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Dec 2018 08:35:06 GMT</pubDate>
    <dc:creator>ssadh_splunk</dc:creator>
    <dc:date>2018-12-29T08:35:06Z</dc:date>
    <item>
      <title>Is there a way to "trigger" another search when previous saved search finished?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320024#M5789</link>
      <description>&lt;P&gt;Is there a way to "trigger" another search when previous saved search finished?&lt;/P&gt;

&lt;P&gt;I have a complicated  jobs to run on splunk, so I separate it as two part : &lt;BR /&gt;
One will generate a temporary lookup table , and the second one will use it.&lt;/P&gt;

&lt;P&gt;Usually I configure them as two schedule search , and there is a buffer-time between them.&lt;BR /&gt;
But the buffer-time is hard to decide, it depend on log volume and system performance at the execution time.&lt;BR /&gt;
Sometime the second search run but the first search is not finish.&lt;BR /&gt;
Sometime the first search run and rewrite the lookup table, but the previous second search is still running....&lt;BR /&gt;
It cause wrong result for my report, and hard to trouble-shooting~&lt;/P&gt;

&lt;P&gt;So I want to know if there any way to  "trigger" another search when previous saved search finished?&lt;BR /&gt;
So I could combined them as only one schedule job.&lt;/P&gt;

&lt;P&gt;Or any idea to control the workflow on splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 02:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320024#M5789</guid>
      <dc:creator>leo_systex</dc:creator>
      <dc:date>2018-04-11T02:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to "trigger" another search when previous saved search finished?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320025#M5790</link>
      <description>&lt;P&gt;Hey@leo_systex,&lt;/P&gt;

&lt;P&gt;You can use something such as load job and run your search based on the result of load job.&lt;BR /&gt;
Refer this link:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.3/SearchReference/Loadjob"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.3/SearchReference/Loadjob&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if this helps!!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 05:29:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320025#M5790</guid>
      <dc:creator>deepashri_123</dc:creator>
      <dc:date>2018-04-11T05:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to "trigger" another search when previous saved search finished?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320026#M5791</link>
      <description>&lt;P&gt;Did you try doing same thing using Subsearchs concept. &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Aboutsubsearches"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Aboutsubsearches&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if works for you.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320026#M5791</guid>
      <dc:creator>ravicheepa</dc:creator>
      <dc:date>2018-04-11T07:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to "trigger" another search when previous saved search finished?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320027#M5792</link>
      <description>&lt;P&gt;What I wanted is when the first search job done, "trigger" the second search job to run... How could I implement this idea by "loadjob" ?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 02:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320027#M5792</guid>
      <dc:creator>leo_systex</dc:creator>
      <dc:date>2018-04-13T02:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to "trigger" another search when previous saved search finished?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320028#M5793</link>
      <description>&lt;P&gt;Yes, I know the concept of subsearch. But there are some many limitation on subsearch ( Ex:  number of return records. ) , I am processing a huge number of data, and the scenarios is not suit for subsearch. &lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:01:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320028#M5793</guid>
      <dc:creator>leo_systex</dc:creator>
      <dc:date>2018-04-13T03:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to "trigger" another search when previous saved search finished?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320029#M5794</link>
      <description>&lt;P&gt;Have you checked the below answer:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/614705/how-to-trigger-second-search-based-on-first-search.html"&gt;https://answers.splunk.com/answers/614705/how-to-trigger-second-search-based-on-first-search.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Dec 2018 08:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-there-a-way-to-quot-trigger-quot-another-search-when-previous/m-p/320029#M5794</guid>
      <dc:creator>ssadh_splunk</dc:creator>
      <dc:date>2018-12-29T08:35:06Z</dc:date>
    </item>
  </channel>
</rss>

