<?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: append searches in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158853#M44790</link>
    <description>&lt;P&gt;remember that the sub search for the append is limited to 10000 results.&lt;/P&gt;</description>
    <pubDate>Sun, 27 Jul 2014 23:11:15 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2014-07-27T23:11:15Z</dc:date>
    <item>
      <title>append searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158851#M44788</link>
      <description>&lt;P&gt;I appended 2 searches and each of them has "top Engineer" and now my result is like this.&lt;/P&gt;

&lt;P&gt;Engineer    Escalated   Closed&lt;/P&gt;

&lt;P&gt;Shaun       61&lt;BR /&gt;
Smith       53&lt;BR /&gt;
Arun        41&lt;BR /&gt;
Sam     19&lt;BR /&gt;
John        14&lt;BR /&gt;
Jason       13&lt;BR /&gt;
Eddy        12&lt;BR /&gt;
Rich        9&lt;BR /&gt;
Arun                114&lt;BR /&gt;
John                93&lt;BR /&gt;
Shaun               76&lt;BR /&gt;
Eddy                74&lt;BR /&gt;
Jason               46&lt;BR /&gt;
Rich                38&lt;BR /&gt;
Smith               16&lt;BR /&gt;
Sam             12&lt;/P&gt;

&lt;P&gt;How can I have a result like this ?&lt;BR /&gt;
Engineer    Escalated   Closed&lt;/P&gt;

&lt;P&gt;Shaun       61      76&lt;BR /&gt;
Smith       53      16&lt;BR /&gt;
Arun        41      114&lt;BR /&gt;
Sam     19      12&lt;BR /&gt;
John        14      93&lt;BR /&gt;
Jason       13      46&lt;BR /&gt;
Eddy        12      74&lt;BR /&gt;
Rich        9       38&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jul 2014 14:42:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158851#M44788</guid>
      <dc:creator>karthik4455</dc:creator>
      <dc:date>2014-07-27T14:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: append searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158852#M44789</link>
      <description>&lt;P&gt;You could do one of two things:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search one | append [search two] | stats values(Escalated) as Escalated values(Closed) as Closed by Engineer

search one | join Engineer [search two]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The second approach will only work if the set of engineers in both searches is identical.&lt;/P&gt;

&lt;P&gt;There probably is a third way to avoid the need to append altogether, do post your two searches so we can have a look.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jul 2014 14:58:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158852#M44789</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-27T14:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: append searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158853#M44790</link>
      <description>&lt;P&gt;remember that the sub search for the append is limited to 10000 results.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jul 2014 23:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/append-searches/m-p/158853#M44790</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2014-07-27T23:11:15Z</dc:date>
    </item>
  </channel>
</rss>

