<?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 get more than 100 rows in web framework using Django binding? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150410#M2061</link>
    <description>&lt;P&gt;Try this: sorry i'm not a jquery guy but the js should work for you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var artistData = myResults.data('results', {
       output_mode: 'json_rows',
       count: 0 //this setting is what allows you to get more than 100 rows
});

$(artistData).each(function(i,artistDatum ) {
     device[i] = artistDatum[0];        
});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jan 2015 12:24:25 GMT</pubDate>
    <dc:creator>jedatt01</dc:creator>
    <dc:date>2015-01-09T12:24:25Z</dc:date>
    <item>
      <title>How to get more than 100 rows in web framework using Django binding?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150408#M2059</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I'm working on web framework by using Django binding. &lt;BR /&gt;
I got a problem recently that I couldn't get more than 100 rows by using the following code. Is there anyone who knows how to solve this problem?&lt;BR /&gt;
Thanks in advance.&lt;/P&gt;

&lt;P&gt;mySearch = splunkjs.mvc.Components.getInstance("search1");&lt;/P&gt;

&lt;P&gt;myResults = mySearch.data("results");&lt;/P&gt;

&lt;P&gt;myResults.on("data", function() {&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var artistData = myResults.data().rows;        // The search results
$(artistData).each(function(i,artistDatum ) {
    device[i] = artistDatum[0];     
});
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;})&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 09:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150408#M2059</guid>
      <dc:creator>tommywang</dc:creator>
      <dc:date>2014-07-21T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 100 rows in web framework using Django binding?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150409#M2060</link>
      <description>&lt;P&gt;This is similar to a problem I am having.  I am looping through my result set, but it is only returning 100 results.  Is this something I can change in the search manager.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;this.parsesplunkRows = function() {
    console.log("" + " " + splunkRows.length);
    for(var i = 0; i&amp;lt;this.splunkRows.length; i++) {
     this.splitString(this.splunkRows[i]);
    }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Nov 2014 17:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150409#M2060</guid>
      <dc:creator>slashnburn</dc:creator>
      <dc:date>2014-11-04T17:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 100 rows in web framework using Django binding?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150410#M2061</link>
      <description>&lt;P&gt;Try this: sorry i'm not a jquery guy but the js should work for you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var artistData = myResults.data('results', {
       output_mode: 'json_rows',
       count: 0 //this setting is what allows you to get more than 100 rows
});

$(artistData).each(function(i,artistDatum ) {
     device[i] = artistDatum[0];        
});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jan 2015 12:24:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150410#M2061</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2015-01-09T12:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 100 rows in web framework using Django binding?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150411#M2062</link>
      <description>&lt;P&gt;Hello , This is also my problem.I tried  yours answers but its not working.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 08:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-get-more-than-100-rows-in-web-framework-using-Django/m-p/150411#M2062</guid>
      <dc:creator>kendelar</dc:creator>
      <dc:date>2015-08-18T08:03:54Z</dc:date>
    </item>
  </channel>
</rss>

