<?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 What conf files must I update to change the 50000 limit for external scripts? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339797#M93409</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I currently have an external python script that is called by my search to manipulate data.  Everything works except I've noticed that the &lt;CODE&gt;Statistics&lt;/CODE&gt; tab is limiting the number of results to 50000.  I've found a number of threads that address limits of 50000, but none that will help to raise the upper limit for script calls.&lt;/P&gt;

&lt;P&gt;I've tried to add a &lt;CODE&gt;[default]&lt;/CODE&gt; stanza to my local &lt;CODE&gt;commands.conf&lt;/CODE&gt; where i set &lt;CODE&gt;maxinputs = 0&lt;/CODE&gt;, but that has had no effect.&lt;/P&gt;

&lt;P&gt;Could someone help me understand which conf files I need to update?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 18:23:19 GMT</pubDate>
    <dc:creator>andrewtrobec</dc:creator>
    <dc:date>2018-01-30T18:23:19Z</dc:date>
    <item>
      <title>What conf files must I update to change the 50000 limit for external scripts?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339797#M93409</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I currently have an external python script that is called by my search to manipulate data.  Everything works except I've noticed that the &lt;CODE&gt;Statistics&lt;/CODE&gt; tab is limiting the number of results to 50000.  I've found a number of threads that address limits of 50000, but none that will help to raise the upper limit for script calls.&lt;/P&gt;

&lt;P&gt;I've tried to add a &lt;CODE&gt;[default]&lt;/CODE&gt; stanza to my local &lt;CODE&gt;commands.conf&lt;/CODE&gt; where i set &lt;CODE&gt;maxinputs = 0&lt;/CODE&gt;, but that has had no effect.&lt;/P&gt;

&lt;P&gt;Could someone help me understand which conf files I need to update?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:23:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339797#M93409</guid>
      <dc:creator>andrewtrobec</dc:creator>
      <dc:date>2018-01-30T18:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: What conf files must I update to change the 50000 limit for external scripts?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339798#M93410</link>
      <description>&lt;P&gt;Hi @andrewtrobec,&lt;BR /&gt;
Have you tried to to add this in limits.conf present at &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[searchresults] 
maxresultrows = 100000
[stats]
maxresultrows = 100000
[top]
maxresultrows = 100000
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339798#M93410</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-30T18:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: What conf files must I update to change the 50000 limit for external scripts?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339799#M93411</link>
      <description>&lt;P&gt;This did the trick!&lt;/P&gt;

&lt;P&gt;Also, for reference I had to update &lt;CODE&gt;commands.conf&lt;/CODE&gt; in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/local&lt;/CODE&gt; to:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
maxinputs = 0
maxresultrows = 100000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 21:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-conf-files-must-I-update-to-change-the-50000-limit-for/m-p/339799#M93411</guid>
      <dc:creator>andrewtrobec</dc:creator>
      <dc:date>2018-01-30T21:07:21Z</dc:date>
    </item>
  </channel>
</rss>

