<?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 Why does appendcols only show a fraction of overall search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485296#M135803</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index=* App=appA OR appB OR appC | 
stats sum(Rate) as appSumRate by _time, App | 
appendcols [ search  index=* App=appD | 
stats sum(Rate) as appDsumRate by _time, App ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I try the above search I only get a fraction of the subsearch results, no matter what timerange.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7957iE2D74A92BA70F80B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;When I do the appendcols subsearch by itself, it gets the full timerange. &lt;BR /&gt;
What can I do to increase the range?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2019 17:53:47 GMT</pubDate>
    <dc:creator>sbentley_ea</dc:creator>
    <dc:date>2019-11-14T17:53:47Z</dc:date>
    <item>
      <title>Why does appendcols only show a fraction of overall search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485296#M135803</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=* App=appA OR appB OR appC | 
stats sum(Rate) as appSumRate by _time, App | 
appendcols [ search  index=* App=appD | 
stats sum(Rate) as appDsumRate by _time, App ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I try the above search I only get a fraction of the subsearch results, no matter what timerange.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7957iE2D74A92BA70F80B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;When I do the appendcols subsearch by itself, it gets the full timerange. &lt;BR /&gt;
What can I do to increase the range?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 17:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485296#M135803</guid>
      <dc:creator>sbentley_ea</dc:creator>
      <dc:date>2019-11-14T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why does appendcols only show a fraction of overall search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485297#M135804</link>
      <description>&lt;P&gt;It is best not to use it.  Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=* App IN("appA", "appB", "appC", "apD")
| eval AppCategory=if(App=="appD", "appD", "appsABC")
| timechart sum(Rate) AS appSumRate BY AppCategory
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Nov 2019 00:39:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485297#M135804</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-15T00:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why does appendcols only show a fraction of overall search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485298#M135805</link>
      <description>&lt;P&gt;I wanted to separate the appSumRate by Apps and when I use this I only get two categories. To add on to what I was trying to do, with appDsumRate, I wanted to use it to get the ratios relative to the rest of the apps.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 18:20:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-appendcols-only-show-a-fraction-of-overall-search/m-p/485298#M135805</guid>
      <dc:creator>sbentley_ea</dc:creator>
      <dc:date>2019-11-18T18:20:48Z</dc:date>
    </item>
  </channel>
</rss>

