<?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 Increase SearchManager result limit in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Increase-SearchManager-result-limit/m-p/381310#M169657</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I have a dashboard with Search Table. &lt;BR /&gt;
Here's my code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var table = mvc.Components.get(__TABLE_ID__);
var searchManager = mvc.Components.getInstance(table.manager.id);
var searchData = searchManager.data('results');
var dataSourceArray;

searchData.on("data", function(results, data) {
    dataSourceArray = data.rows; // here's my data
});
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The problem is that I'm getting only 100 rows even when there are much more items in the table.&lt;BR /&gt;
I've tried different option tags but didn't help.&lt;BR /&gt;
Tried adding *** some query | head limit=161 (1==1)*** to the query but if only affected the table but not Javascript SearchManager.&lt;/P&gt;

&lt;P&gt;Any ideas how to get the whole list ?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 13:56:09 GMT</pubDate>
    <dc:creator>edenysenko</dc:creator>
    <dc:date>2018-05-03T13:56:09Z</dc:date>
    <item>
      <title>Increase SearchManager result limit</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-SearchManager-result-limit/m-p/381310#M169657</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I have a dashboard with Search Table. &lt;BR /&gt;
Here's my code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var table = mvc.Components.get(__TABLE_ID__);
var searchManager = mvc.Components.getInstance(table.manager.id);
var searchData = searchManager.data('results');
var dataSourceArray;

searchData.on("data", function(results, data) {
    dataSourceArray = data.rows; // here's my data
});
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The problem is that I'm getting only 100 rows even when there are much more items in the table.&lt;BR /&gt;
I've tried different option tags but didn't help.&lt;BR /&gt;
Tried adding *** some query | head limit=161 (1==1)*** to the query but if only affected the table but not Javascript SearchManager.&lt;/P&gt;

&lt;P&gt;Any ideas how to get the whole list ?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-SearchManager-result-limit/m-p/381310#M169657</guid>
      <dc:creator>edenysenko</dc:creator>
      <dc:date>2018-05-03T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increase SearchManager result limit</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-SearchManager-result-limit/m-p/381311#M169658</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/173758/how-to-retrieve-more-than-100-record-in-searchmana.html"&gt;https://answers.splunk.com/answers/173758/how-to-retrieve-more-than-100-record-in-searchmana.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 15:00:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-SearchManager-result-limit/m-p/381311#M169658</guid>
      <dc:creator>reoli</dc:creator>
      <dc:date>2018-07-30T15:00:29Z</dc:date>
    </item>
  </channel>
</rss>

