<?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 can I increase the output count limit for the command.script component? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257632#M49511</link>
    <description>&lt;P&gt;Have you seen the limits in command.conf file for your script use?&lt;BR /&gt;
There are:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maxinputs = &amp;lt;integer&amp;gt;
* Maximum number of events that can be passed to the command for each
  invocation.
* This limit cannot exceed the value of maxresultrows in limits.conf.
* 0 for no limit.
* Defaults to 50000.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maximum data that can be passed to command (0 = no limit)
MAXINPUTS = 50000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2017 16:27:14 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-01-23T16:27:14Z</dc:date>
    <item>
      <title>How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257627#M49506</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a search that is using the "script" command but this search is exceeding a limit as you can see:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="here"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2380i5068125FD554820D/image-size/large?v=v2&amp;amp;px=999" role="button" title="here" alt="here" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Is there a way to increase this limit?&lt;BR /&gt;
I tried maxinputs of the commands.conf file but without any luck.&lt;/P&gt;

&lt;P&gt;Any guess?&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257627#M49506</guid>
      <dc:creator>ctaf</dc:creator>
      <dc:date>2017-01-23T15:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257628#M49507</link>
      <description>&lt;P&gt;Hi  ctaf,&lt;BR /&gt;
could you share your search? because maybe the problem is in another parameter (e.g. sort is limited to 10k events) and there are other parameters to set (e.g. maxresultrows or maxresultrows or subsearch_maxout in join, etc...) in limits.conf.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:45:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257628#M49507</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-23T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257629#M49508</link>
      <description>&lt;P&gt;It's quite simple:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; search index=XXX | table XXXX  | stats XXX | lookup XXX | script python YYYY arg 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There is no join or sort...&lt;/P&gt;

&lt;P&gt;I saw maxresultrows  but there is no "script" stanza...&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:49:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257629#M49508</guid>
      <dc:creator>ctaf</dc:creator>
      <dc:date>2017-01-23T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257630#M49509</link>
      <description>&lt;P&gt;if you don't use script command, have you always the same limit?&lt;BR /&gt;
in addition, you don't need to use the table command before a stats command (it only reduces speed of your search).&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257630#M49509</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-23T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257631#M49510</link>
      <description>&lt;P&gt;There is no command.script component if I don't use it...&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257631#M49510</guid>
      <dc:creator>ctaf</dc:creator>
      <dc:date>2017-01-23T16:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257632#M49511</link>
      <description>&lt;P&gt;Have you seen the limits in command.conf file for your script use?&lt;BR /&gt;
There are:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maxinputs = &amp;lt;integer&amp;gt;
* Maximum number of events that can be passed to the command for each
  invocation.
* This limit cannot exceed the value of maxresultrows in limits.conf.
* 0 for no limit.
* Defaults to 50000.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maximum data that can be passed to command (0 = no limit)
MAXINPUTS = 50000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257632#M49511</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-23T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I increase the output count limit for the command.script component?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257633#M49512</link>
      <description>&lt;P&gt;Giuseppe,&lt;/P&gt;

&lt;P&gt;As I wrote on my original post, I already tried it.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-increase-the-output-count-limit-for-the-command-script/m-p/257633#M49512</guid>
      <dc:creator>ctaf</dc:creator>
      <dc:date>2017-01-23T16:28:56Z</dc:date>
    </item>
  </channel>
</rss>

