<?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: Putting two search queries within  and in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139130#M38214</link>
    <description>&lt;P&gt;If output of one search is input for 2nd one, you can just merge them into one big search.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2015 22:22:07 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-07-27T22:22:07Z</dc:date>
    <item>
      <title>Putting two search queries within  and</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139128#M38212</link>
      <description>&lt;P&gt;Out of concern for performance, I need to put more than one search queries within same &amp;lt;query&amp;gt; and &amp;lt;/query&amp;gt;  block. One search query feeds the next using lookup writes and reads. Can I do that?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 20:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139128#M38212</guid>
      <dc:creator>aseid</dc:creator>
      <dc:date>2015-07-27T20:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Putting two search queries within  and</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139129#M38213</link>
      <description>&lt;P&gt;Why not use post process searches.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 22:12:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139129#M38213</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2015-07-27T22:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Putting two search queries within  and</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139130#M38214</link>
      <description>&lt;P&gt;If output of one search is input for 2nd one, you can just merge them into one big search.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 22:22:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139130#M38214</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-07-27T22:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Putting two search queries within  and</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139131#M38215</link>
      <description>&lt;P&gt;I designed one 'big' search query but at the cost of performance (and elegance). Reason being two chunks of the search must be re-used twice implying that the search must be re-launched.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:44:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139131#M38215</guid>
      <dc:creator>aseid</dc:creator>
      <dc:date>2015-07-28T12:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Putting two search queries within  and</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139132#M38216</link>
      <description>&lt;P&gt;The thing you want to achieve requires sequencing of search queries as the lookup from 1st query should be populated before 2nd query should start. If the timerange/data for 1st query doesn't change very much drastically, you can schedule it to run frequently and update the lookup file. The 2nd query will just get the data from the latest scheduled run of the 1st query. Thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139132#M38216</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-07-28T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Putting two search queries within  and</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139133#M38217</link>
      <description>&lt;P&gt;Have you tried using an append command or using a subsearch? &lt;/P&gt;

&lt;P&gt;Append Splunk Doc: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Append"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Append&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;SubSearch Splunk Doc: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Search/Aboutsubsearches#A_subsearch_example"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Search/Aboutsubsearches#A_subsearch_example&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also control the subsearch with settings in limits.conf for the runtime and maximum number of results returned.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 17:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Putting-two-search-queries-within-and/m-p/139133#M38217</guid>
      <dc:creator>mmensch</dc:creator>
      <dc:date>2015-08-12T17:59:59Z</dc:date>
    </item>
  </channel>
</rss>

