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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...