<?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: Stats count with lookups in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Stats-count-with-lookups/m-p/217076#M63750</link>
    <description>&lt;P&gt;You should use the inputlookup command's append=t command instead of the append command. (long story)&lt;/P&gt;

&lt;P&gt;Here is the approach I would try. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup A | eval file="A" | inputlookup append=t B | fillnull file value="B" | inputlookup append=t C | fillnull file value="C" | stats count by file
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Obviously if a field called "file" is actually present in any of these three lookups this wont work very well, but if so just pick a suitable field name.) &lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2016 14:27:31 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2016-09-29T14:27:31Z</dc:date>
    <item>
      <title>Stats count with lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-count-with-lookups/m-p/217075#M63749</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have to get the individual count of three lookups A,B,C. How can I show the count of each lookup n Dashboard in one panel?&lt;/P&gt;

&lt;P&gt;search i'm trying:&lt;/P&gt;

&lt;P&gt;|inputlookup A.csv |append [|inputlookup B.csv]|append [|inputlookup C.csv]|append [|D.csv] | stats count ???&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:22:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-count-with-lookups/m-p/217075#M63749</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2016-09-29T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Stats count with lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-count-with-lookups/m-p/217076#M63750</link>
      <description>&lt;P&gt;You should use the inputlookup command's append=t command instead of the append command. (long story)&lt;/P&gt;

&lt;P&gt;Here is the approach I would try. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup A | eval file="A" | inputlookup append=t B | fillnull file value="B" | inputlookup append=t C | fillnull file value="C" | stats count by file
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Obviously if a field called "file" is actually present in any of these three lookups this wont work very well, but if so just pick a suitable field name.) &lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-count-with-lookups/m-p/217076#M63750</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2016-09-29T14:27:31Z</dc:date>
    </item>
  </channel>
</rss>

