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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...