Splunk Dev

No input limit for python custom command

santosm
New Member

I'm try doing a custom transforming command, using Intersplunk, but I have a limited of 50000 events for iteration.

I know I could change in limits.conf in searchresults the parameter maxresultrows, but I want change this parameter only for my command

0 Karma

tcole_splunk
Splunk Employee
Splunk Employee

Alternatively, if you want to avoid limts.conf all together, you can use the maxinputs setting in commands.conf.

For example:

[your_custom_search_command]

maxinputs = 50,000

For more information about this method, see https://docs.splunk.com/Documentation/Splunk/latest/Admin/Commandsconf.

tcole_splunk
Splunk Employee
Splunk Employee

Hi!

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.

For example:

[your_custom_search_command]

maxresultrows = 50,000

For more information about using limits.conf to apply limits to specific search commands, see https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf.

Hope this helps! 

0 Karma
Get Updates on the Splunk Community!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...