<?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 Append Generic Saved Search Result in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116508#M2630</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I created generic saved search and it is running fine individually as below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|savedsearch PausedTime_SS index_name=one_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However,  when I called them twice and append their results&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|savedsearch PausedTime_SS index_name=one_index
    |append [|savedsearch PausedTime_SS index_name=other_index]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am getting following:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Error in 'SearchParser': Found circular dependency when expanding savedsearch=PausedTime_SS&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Is it possible to append results from generic saved searches?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Sanjay&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2014 14:52:10 GMT</pubDate>
    <dc:creator>sanjay_shrestha</dc:creator>
    <dc:date>2014-04-02T14:52:10Z</dc:date>
    <item>
      <title>Append Generic Saved Search Result</title>
      <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116508#M2630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I created generic saved search and it is running fine individually as below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|savedsearch PausedTime_SS index_name=one_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However,  when I called them twice and append their results&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|savedsearch PausedTime_SS index_name=one_index
    |append [|savedsearch PausedTime_SS index_name=other_index]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am getting following:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Error in 'SearchParser': Found circular dependency when expanding savedsearch=PausedTime_SS&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Is it possible to append results from generic saved searches?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116508#M2630</guid>
      <dc:creator>sanjay_shrestha</dc:creator>
      <dc:date>2014-04-02T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Append Generic Saved Search Result</title>
      <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116509#M2631</link>
      <description>&lt;P&gt;I have a similar issue.  Did you ever get a response?  If not, how did you work around this?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 18:00:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116509#M2631</guid>
      <dc:creator>kmartine</dc:creator>
      <dc:date>2014-10-09T18:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Append Generic Saved Search Result</title>
      <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116510#M2632</link>
      <description>&lt;P&gt;Hi I am also facing a similar issue, did you get a work around?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 07:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116510#M2632</guid>
      <dc:creator>vishalsharma198</dc:creator>
      <dc:date>2016-09-02T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Append Generic Saved Search Result</title>
      <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116511#M2633</link>
      <description>&lt;P&gt;Dear Splunk Team&lt;/P&gt;

&lt;P&gt;Could we expect to get some answer for this issue?&lt;BR /&gt;
This problem stops us from having more elaborate queries.&lt;BR /&gt;
Is there maybe some simple and nice workaround for this issue?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116511#M2633</guid>
      <dc:creator>mateuszk</dc:creator>
      <dc:date>2017-03-28T13:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append Generic Saved Search Result</title>
      <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116512#M2634</link>
      <description>&lt;P&gt;There should be no pipe in front of your saved search inside the brackets. &lt;BR /&gt;
  "| savedsearch PausedTime_SS index_name=one_index&lt;BR /&gt;
     | append [ savedsearch PausedTime_SS index_name=other_index ]"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116512#M2634</guid>
      <dc:creator>afret2007</dc:creator>
      <dc:date>2020-09-29T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Append Generic Saved Search Result</title>
      <link>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116513#M2635</link>
      <description>&lt;P&gt;There is no circular dependency condition so the fact that the error is thrown is a bug as far as I can tell.  I don't have time and patience to open a support case for it.&lt;/P&gt;

&lt;P&gt;This is my workaround.  I'm not passing any parameters my saved search is pure streaming commands so I can't be sure it will work in other cases.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| union 
    [| savedsearch search1 | &amp;lt;stuff&amp;gt; ] 
    [| savedsearch search1 | &amp;lt;different stuff&amp;gt; ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The "set union", "multisearch" and "multireport" commands may work.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 18:18:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Append-Generic-Saved-Search-Result/m-p/116513#M2635</guid>
      <dc:creator>ksarpol</dc:creator>
      <dc:date>2018-07-20T18:18:57Z</dc:date>
    </item>
  </channel>
</rss>

