Getting Data In

api REST searching on partial job results

Chris_R_
Splunk Employee
Splunk Employee

I am running a pretty basic search such as this

email="someemail@domain.com" OR email="someemail@domain.com"  

The job takes about 30 seconds to complete, but does not return results until the job is done. Is there any way to get partial results of the running job with an api call?

Some call's i've tried that dont return the partial job results so far.

https://server:8089/services/search/jobs/1279579745.369/results?output_mode=json&preview=1&count=0

https://server:8089/services/search/jobs/1279579330.368/results?output_mode=json&count=0

https://server:port#/services/search/jobs/1276629355.47/results_preview
Tags (2)
1 Solution

Lowell
Super Champion

Just a guess, but what is your buckets value? It defaults to 0 for REST API calls, which makes the search job faster but prevents interactive results. Try setting it to a higher number (the UI uses 300, if I remember correctly.)

View solution in original post

Lowell
Super Champion

Just a guess, but what is your buckets value? It defaults to 0 for REST API calls, which makes the search job faster but prevents interactive results. Try setting it to a higher number (the UI uses 300, if I remember correctly.)

Chris_R_
Splunk Employee
Splunk Employee

Lowell, thanks i am getting better results with:

curl -k -u admin:changeme -d "search=search * &preview=1&status_buckets=300" https://server:port/services/search/jobs

The job seems to stay alive much longer

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Event Series: Splunk Observability Metrics Cost Optimization

Balancing Scale and Spend: Gaining Control Over High-Volume Metrics in Splunk Observability Cloud As ...

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...