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
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...