Splunk Dev

earliest_time in POST call versus earliest in query itself

shikhanshu
Path Finder

I am sending a POST call to the REST endpoint search/jobs with following parameters:

    'output_mode': 'json',
    'earliest_time': '-7d',
    'latest_time': '-1d',
    'exec_mode': 'oneshot',
    'search': 'search index=ind status=FAIL | table error, sim_time'

If, instead of above, I send:

    'output_mode': 'json',
    'exec_mode': 'oneshot',
    'search': 'search index=ind earliest=-7d@d latest=-1d@d status=FAIL | table error, sim_time'

Is there a difference? In terms of performance, load on server, correctness etc.

0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

Aside from the fact that you're snapping to the day in one search and not the other, there should be no difference in performance.

View solution in original post

0 Karma

jkat54
SplunkTrust
SplunkTrust

Aside from the fact that you're snapping to the day in one search and not the other, there should be no difference in performance.

0 Karma

shikhanshu
Path Finder

Sorry, I missed the @d in one search! Both searches are supposed to be the same. No difference sounds great!

0 Karma

jkat54
SplunkTrust
SplunkTrust

You can always test both 10-20 times and avaerage the results. The _internal index has data related to how long the searches took.

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