<?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 The command table does not show all fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275330#M83050</link>
    <description>&lt;P&gt;My data :&lt;BR /&gt;
_time                                MODULE    NOMBRE_DE_WA_ECRITS      [...]&lt;BR /&gt;
2016-07-18 20:02:37      MOD1          10&lt;/P&gt;

&lt;P&gt;My search :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=log_sepa
| table _time MODULE  *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results are without NOMBRE_DE_WA_ECRITS :&lt;BR /&gt;
_time                                MODULE     [...]&lt;BR /&gt;
2016-07-18 20:02:37      MOD1  &lt;/P&gt;

&lt;P&gt;When I do this search my field it's working :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    eventtype=log_sepa
    | table _time MODULE NOMBRE_DE_WA_ECRITS *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results : &lt;BR /&gt;
_time                                MODULE    NOMBRE_DE_WA_ECRITS      [...]&lt;BR /&gt;
2016-07-18 20:02:37      MOD1          10&lt;/P&gt;

&lt;P&gt;I can't write all the fields name because there are dynamics.&lt;/P&gt;

&lt;P&gt;There is a limitation number for the fields to show ?&lt;/P&gt;

&lt;P&gt;PS : In the limits.conf the property truncate_report is at false.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:57:32 GMT</pubDate>
    <dc:creator>splk_clheureux</dc:creator>
    <dc:date>2020-09-29T10:57:32Z</dc:date>
    <item>
      <title>The command table does not show all fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275330#M83050</link>
      <description>&lt;P&gt;My data :&lt;BR /&gt;
_time                                MODULE    NOMBRE_DE_WA_ECRITS      [...]&lt;BR /&gt;
2016-07-18 20:02:37      MOD1          10&lt;/P&gt;

&lt;P&gt;My search :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=log_sepa
| table _time MODULE  *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results are without NOMBRE_DE_WA_ECRITS :&lt;BR /&gt;
_time                                MODULE     [...]&lt;BR /&gt;
2016-07-18 20:02:37      MOD1  &lt;/P&gt;

&lt;P&gt;When I do this search my field it's working :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    eventtype=log_sepa
    | table _time MODULE NOMBRE_DE_WA_ECRITS *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results : &lt;BR /&gt;
_time                                MODULE    NOMBRE_DE_WA_ECRITS      [...]&lt;BR /&gt;
2016-07-18 20:02:37      MOD1          10&lt;/P&gt;

&lt;P&gt;I can't write all the fields name because there are dynamics.&lt;/P&gt;

&lt;P&gt;There is a limitation number for the fields to show ?&lt;/P&gt;

&lt;P&gt;PS : In the limits.conf the property truncate_report is at false.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275330#M83050</guid>
      <dc:creator>splk_clheureux</dc:creator>
      <dc:date>2020-09-29T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: The command table does not show all fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275331#M83051</link>
      <description>&lt;P&gt;may i know what happens when you run - &lt;BR /&gt;
     eventtype=log_sepa&lt;BR /&gt;
         | table _time *&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:34:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275331#M83051</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-09-13T10:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: The command table does not show all fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275332#M83052</link>
      <description>&lt;P&gt;The search eventtype=log_sepa | table _time * return the same results. &lt;BR /&gt;
I juste find the answer. There is a limitation to 100 column in limits.conf&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275332#M83052</guid>
      <dc:creator>splk_clheureux</dc:creator>
      <dc:date>2016-09-13T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: The command table does not show all fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275333#M83053</link>
      <description>&lt;P&gt;If your problem is solved, please accept the answer to help others find it in future.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275333#M83053</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-09-13T13:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: The command table does not show all fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275334#M83054</link>
      <description>&lt;P&gt;Same! I have many fields, including "reason" and "result". &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;data&amp;gt; | table *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... does not show the two columns (it shows less than 50 other columns)&lt;/P&gt;

&lt;P&gt;but&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;data&amp;gt; | table reason result
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... then shows both columns, and both are populated with data. In etc/system/local/limits.conf, maxcols=512 and truncate_report=false.&lt;/P&gt;

&lt;P&gt;Anyone help with this?&lt;/P&gt;

&lt;P&gt;&amp;lt;&amp;lt;&amp;lt; Additional tags: Duo app, Duo add-on &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 18:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275334#M83054</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2018-08-24T18:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: The command table does not show all fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275335#M83055</link>
      <description>&lt;P&gt;I downvoted this post because there is no limitation to 100 columns in limits.conf that i can see. Does not fix problem.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 18:39:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/The-command-table-does-not-show-all-fields/m-p/275335#M83055</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2018-08-24T18:39:59Z</dc:date>
    </item>
  </channel>
</rss>

