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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...