<?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: Why are two of my columns empty in a table returned by a lookup file with multiple fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455714#M128854</link>
    <description>&lt;P&gt;Thanks it's ok&lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2018 08:44:04 GMT</pubDate>
    <dc:creator>faribole</dc:creator>
    <dc:date>2018-09-17T08:44:04Z</dc:date>
    <item>
      <title>Why are two of my columns empty in a table returned by a lookup file with multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455712#M128852</link>
      <description>&lt;P&gt;I used a lookup file which is configuring like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;field1, field2, field3, field4
value1, value2, value3, value4
value10, value2, value3, value4
value11, value2, value3, value4
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to obtain the results in a table where i count the quantity of the first field.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;field2    field3      field4      field1
value2   value3    value4    3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my search | lookup mylookup field1 output field2, field3, field4 | chart count by field2 | table field2 field3 field4 nb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but columns field3 and field 4 are empty&lt;BR /&gt;
where is my mistake ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455712#M128852</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2018-09-13T13:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why are two of my columns empty in a table returned by a lookup file with multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455713#M128853</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my search | lookup mylookup field1 output field2, field3, field4 | stats count by field2 field3 field4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Sep 2018 16:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455713#M128853</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-09-13T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why are two of my columns empty in a table returned by a lookup file with multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455714#M128854</link>
      <description>&lt;P&gt;Thanks it's ok&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:44:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-two-of-my-columns-empty-in-a-table-returned-by-a-lookup/m-p/455714#M128854</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2018-09-17T08:44:04Z</dc:date>
    </item>
  </channel>
</rss>

