<?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 am I able to return a list of fields with the fields command in a search, but not with the table command? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182253#M52560</link>
    <description>&lt;P&gt;Looks like I only have limited events populated with the values and rest blanks. and I was moving fast between sort asc/desc. Tried to run more specific queries with the where condition and saw some values populated. Thanks everyone for your comments and quick replies.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2015 15:45:43 GMT</pubDate>
    <dc:creator>bheemireddi</dc:creator>
    <dc:date>2015-03-23T15:45:43Z</dc:date>
    <item>
      <title>Why am I able to return a list of fields with the fields command in a search, but not with the table command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182249#M52556</link>
      <description>&lt;P&gt;Any ideas around this? When I use the fields command in this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;some search | fields Activity1, Activity2...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can see all the fields and the values on the left side, but if I change fields to the table command, then I don't see anything. All the fields appear as blank. Is there something I am missing here?&lt;/P&gt;

&lt;P&gt;I appreciate any clues.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raji.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182249#M52556</guid>
      <dc:creator>bheemireddi</dc:creator>
      <dc:date>2015-03-20T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I able to return a list of fields with the fields command in a search, but not with the table command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182250#M52557</link>
      <description>&lt;P&gt;May be the fields doesn't have values for all the events.. To start with, after running the table command, click on any of the field header and it will sort the values and you might end up seeing some values.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182250#M52557</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2015-03-20T20:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I able to return a list of fields with the fields command in a search, but not with the table command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182251#M52558</link>
      <description>&lt;P&gt;What mode are you using to run your search? Fast, verbose and smart modes behave differently with regard to field extraction. Also, what tab are you looking at? The &lt;CODE&gt;table&lt;/CODE&gt; command is a reporting command; the &lt;CODE&gt;fields&lt;/CODE&gt; command is not - so the two commands will present results in different tabs.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2015 22:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182251#M52558</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-03-22T22:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I able to return a list of fields with the fields command in a search, but not with the table command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182252#M52559</link>
      <description>&lt;P&gt;Hi Iguinn&lt;BR /&gt;
Know that fields command Keeps or removes fields from search results. while table command is a reporting command that Creates a table using only the field names specified.&lt;BR /&gt;
When you write the search below you keep fields Activity1,Activity2....... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; some search | fields Activity1, Activity2...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;therefore when you write this other search , &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; some search |table  Activity1, Activity2...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you should have a table with column where each column represent one field , all these  fields containing the values.&lt;/P&gt;

&lt;P&gt;first  proposition&lt;BR /&gt;
If you haven't the values with table command let go to the far page to see , because certains rows  couldn.t have the values.&lt;BR /&gt;
just verify another rows of your table&lt;/P&gt;

&lt;P&gt;second  proposition&lt;BR /&gt;
Make sure that fields that you used with table command are present in the  search before pipe.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182252#M52559</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2015-03-23T10:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I able to return a list of fields with the fields command in a search, but not with the table command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182253#M52560</link>
      <description>&lt;P&gt;Looks like I only have limited events populated with the values and rest blanks. and I was moving fast between sort asc/desc. Tried to run more specific queries with the where condition and saw some values populated. Thanks everyone for your comments and quick replies.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 15:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-able-to-return-a-list-of-fields-with-the-fields-command/m-p/182253#M52560</guid>
      <dc:creator>bheemireddi</dc:creator>
      <dc:date>2015-03-23T15:45:43Z</dc:date>
    </item>
  </channel>
</rss>

