Splunk Search

Search event count limited from REST API but not UI search

tabchb
Explorer

Hi,

I'm running a search as follows via the Splunk Web UI ie. search index="xxxx" sourcetype="some_gateway" for a given day(24hrs) and it returns say >500,000 results, but the same search queried from the REST API stops early at 173,889 results every time. How can I increase this number and why is the UI query different?

Thanks

Tags (3)

karan1337
Path Finder

Events are different from results. I was also hitting a similar limit of 500,000 events in my REST API. Try appending | table * to your search and check the number of events you are getting.

santos_solorzan
Engager

THIS WORKED FOR ME - thanks so much karan1337 🙂

0 Karma

steveyz
Splunk Employee
Splunk Employee

Are you trying to export the events as a csv file?

0 Karma

steveyz
Splunk Employee
Splunk Employee

The search should definitely not be stopping. You could check search.log in the job's dispatch directory to see if there's message indicating why the job stopped.

0 Karma

tabchb
Explorer

No, trying to extract directly via the Http REST API. Not to worry I probably just need to limit the scope of my search to lower time intervals - say 1 hour at time.

0 Karma

tabchb
Explorer

Nope new limit at 400,000

0 Karma

tabchb
Explorer

adding the magic status_buckets = 300 parameter to the search create command seems to have allowed me to bust through the limit

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 ...