Splunk Dev

In SPlunk Python-SDK what is the maximum number of searches that can be generated

prasanthmobile
Observer

for ip in ips:

  query = f'search "{ip}" earliest=-1d index=main | stats count by index'

job= service.jobs.create(query)
 
 
When i have 500 IP's i am only able to generate 100 jobs .. Is there a way to generate 500 jobs ?
0 Karma

PickleRick
SplunkTrust
SplunkTrust

What is the point of generating 500 searches anyway (and returning possibly huge lists of results for each one).

0 Karma

prasanthmobile
Observer

ignore this question -- **kwargs count fixed the issue.

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...