<?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: Missing columns when searching in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33811#M7216</link>
    <description>&lt;P&gt;Paulo - Using the table command instead of the fields command seems to have addressed the issue.  What is the difference?  are there times when using 'table' instead of 'fields' is preferable?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2011 04:04:10 GMT</pubDate>
    <dc:creator>jcbrendsel</dc:creator>
    <dc:date>2011-01-24T04:04:10Z</dc:date>
    <item>
      <title>Missing columns when searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33808#M7213</link>
      <description>&lt;P&gt;I seem to be encounting some sort of limit on the number of columns that are being displayed.  Here is the gist of what I am doing:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Base search generates 8 columns.&lt;/LI&gt;
&lt;LI&gt;Join to a lookup table that adds another 10 columns.&lt;/LI&gt;
&lt;LI&gt;A series of eval statements that add another 5 columns.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Only the first eval statement seems to be completing, adding just that one column.  The others seem to just disappear into the ether.&lt;/P&gt;

&lt;P&gt;Is there some sort of implicit or explicit limit on the number of columns that can be processed, output, etc?&lt;/P&gt;

&lt;P&gt;Jon.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jan 2011 23:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33808#M7213</guid>
      <dc:creator>jcbrendsel</dc:creator>
      <dc:date>2011-01-22T23:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing columns when searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33809#M7214</link>
      <description>&lt;P&gt;Can you see the names of disappeared fields into the field picker on the left?&lt;/P&gt;

&lt;P&gt;This might be related to how the browser displays a long list of columns frequently leading to a lot of horizontal scrolling to reach the last ones. Have you tried to put a "table" command at the end of the query, listing all your interesting columns?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.... | table _time colA colB colC 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You might still need to reach the bottom of the page and scroll throught the horizontal scrollbar. &lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2011 01:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33809#M7214</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2011-01-23T01:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Missing columns when searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33810#M7215</link>
      <description>&lt;P&gt;There is definitely no horizontal scroll bar.  I will look at the 'table' command.  Have not used that before.  Right now I am just explicitly listing the columns that I wanted displayed using the fields command.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2011 01:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33810#M7215</guid>
      <dc:creator>jcbrendsel</dc:creator>
      <dc:date>2011-01-23T01:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Missing columns when searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33811#M7216</link>
      <description>&lt;P&gt;Paulo - Using the table command instead of the fields command seems to have addressed the issue.  What is the difference?  are there times when using 'table' instead of 'fields' is preferable?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2011 04:04:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33811#M7216</guid>
      <dc:creator>jcbrendsel</dc:creator>
      <dc:date>2011-01-24T04:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Missing columns when searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33812#M7217</link>
      <description>&lt;P&gt;Nice I was able to help. Actually those commands have different use cases. "fields" actually restricts the field extractions automatically performed by Splunk (..| fields + A B C will discard all the fields which are not A, B or C). You can use it to boost performance as there's no need to compute stats for the fields which you dismisse. "table" instead is used to show the selected fields in a tabular manner (in the "results table" panel), while the others are still hanging in the field picker (so no performance increase there).&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2011 19:49:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-columns-when-searching/m-p/33812#M7217</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2011-01-24T19:49:38Z</dc:date>
    </item>
  </channel>
</rss>

