<?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: How to visualize more than 100 rows in a table in the dashboard? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124351#M33631</link>
    <description>&lt;P&gt;you can split the table by using streamstats:&lt;/P&gt;

&lt;P&gt;row 1:&lt;/P&gt;

&lt;P&gt;| your search&lt;BR /&gt;
| streamstats count as numOfEvents &lt;BR /&gt;
          | where numOfEvents&amp;lt;101 &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;row 2:&lt;BR /&gt;
For the next 100 rows&lt;BR /&gt;
| your search &lt;BR /&gt;
          | streamstats count as numOfEvents &lt;/P&gt;

&lt;H2&gt;          | where numOfEvents&amp;lt;201&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 14:43:39 GMT</pubDate>
    <dc:creator>rrovers</dc:creator>
    <dc:date>2020-04-08T14:43:39Z</dc:date>
    <item>
      <title>How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124344#M33624</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I'm using the following option for a table in a dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="count"&amp;gt;xx&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it successfully changes the number of displayed rows from 10 to xx, but only up to 100. If I try to specify a value for count that is bigger than 100, it defaults back to 10, not accepting the new count. (100 seems to be the hardcoded limit for the number of rows that can be visualized in a table)&lt;BR /&gt;
Is there a way to remove this limitation and visualize more than 100 rows?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124344#M33624</guid>
      <dc:creator>jojocalman</dc:creator>
      <dc:date>2015-04-01T10:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124345#M33625</link>
      <description>&lt;P&gt;try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;option name="count"&amp;gt;0&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124345#M33625</guid>
      <dc:creator>pramit46</dc:creator>
      <dc:date>2015-04-01T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124346#M33626</link>
      <description>&lt;P&gt;I have tried 0 (even -1), but still no luck &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; It defaults to 10&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124346#M33626</guid>
      <dc:creator>jojocalman</dc:creator>
      <dc:date>2015-04-01T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124347#M33627</link>
      <description>&lt;P&gt;Is there any way to view  more than 100 rows in table, please let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 11:02:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124347#M33627</guid>
      <dc:creator>amoldesai</dc:creator>
      <dc:date>2016-03-16T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124348#M33628</link>
      <description>&lt;P&gt;is possible in HTML?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 19:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124348#M33628</guid>
      <dc:creator>cgaete</dc:creator>
      <dc:date>2017-06-29T19:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124349#M33629</link>
      <description>&lt;P&gt;¿Hi did you find out a solution?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 15:35:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124349#M33629</guid>
      <dc:creator>marcolesh</dc:creator>
      <dc:date>2018-05-31T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124350#M33630</link>
      <description>&lt;P&gt;Hi @jojocalman are you able to solve this issue? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 01:31:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124350#M33630</guid>
      <dc:creator>mjlsnombrado</dc:creator>
      <dc:date>2018-06-28T01:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize more than 100 rows in a table in the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124351#M33631</link>
      <description>&lt;P&gt;you can split the table by using streamstats:&lt;/P&gt;

&lt;P&gt;row 1:&lt;/P&gt;

&lt;P&gt;| your search&lt;BR /&gt;
| streamstats count as numOfEvents &lt;BR /&gt;
          | where numOfEvents&amp;lt;101 &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;row 2:&lt;BR /&gt;
For the next 100 rows&lt;BR /&gt;
| your search &lt;BR /&gt;
          | streamstats count as numOfEvents &lt;/P&gt;

&lt;H2&gt;          | where numOfEvents&amp;lt;201&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 14:43:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-visualize-more-than-100-rows-in-a-table-in-the-dashboard/m-p/124351#M33631</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-04-08T14:43:39Z</dc:date>
    </item>
  </channel>
</rss>

