<?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: No input limit for python custom command in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/532874#M8152</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You should be able to limit search results for your specific command by creating a separate stanza for your command in limits.conf. Then, you can use the maxresultrows parameter to limit search results to 50,000.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;[your_custom_search_command]&lt;/P&gt;&lt;P&gt;maxresultrows = 50,000&lt;/P&gt;&lt;P&gt;For more information about using limits.conf to apply limits to specific search commands, see&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 21:23:04 GMT</pubDate>
    <dc:creator>tcole_splunk</dc:creator>
    <dc:date>2020-12-11T21:23:04Z</dc:date>
    <item>
      <title>No input limit for python custom command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/449444#M8151</link>
      <description>&lt;P&gt;I'm try doing a custom transforming command, using Intersplunk, but I have a limited of 50000 events for iteration.&lt;/P&gt;

&lt;P&gt;I know I could change in limits.conf in searchresults the parameter maxresultrows, but I want change this parameter only for my command&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:59:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/449444#M8151</guid>
      <dc:creator>santosm</dc:creator>
      <dc:date>2018-10-30T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: No input limit for python custom command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/532874#M8152</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You should be able to limit search results for your specific command by creating a separate stanza for your command in limits.conf. Then, you can use the maxresultrows parameter to limit search results to 50,000.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;[your_custom_search_command]&lt;/P&gt;&lt;P&gt;maxresultrows = 50,000&lt;/P&gt;&lt;P&gt;For more information about using limits.conf to apply limits to specific search commands, see&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 21:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/532874#M8152</guid>
      <dc:creator>tcole_splunk</dc:creator>
      <dc:date>2020-12-11T21:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: No input limit for python custom command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/532877#M8153</link>
      <description>&lt;P&gt;Alternatively, if you want to avoid limts.conf all together, you can use the maxinputs setting in commands.conf.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;[your_custom_search_command]&lt;/P&gt;&lt;P&gt;maxinputs = 50,000&lt;/P&gt;&lt;P&gt;For more information about this method, see&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Commandsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Commandsconf&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 21:56:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/No-input-limit-for-python-custom-command/m-p/532877#M8153</guid>
      <dc:creator>tcole_splunk</dc:creator>
      <dc:date>2020-12-11T21:56:13Z</dc:date>
    </item>
  </channel>
</rss>

