Splunk Search

Is there a way in splunk to get the Custom sql query execution time ?

JBNB007
New Member

I am writing a custom sql dbxquery. When this custom query executes I want to know when it gets started and when its get completed.Based on that I want to create a performance report of this query

Can some one help me with this ?

Tags (1)
0 Karma

somesoni2
Revered Legend

If you're running your dbxquery as an adhoc Splunk search, then you can use "Inspect Job" to get the details about search execution including start time and executiontime. Alternatively, this should give your details of the execution. You can get the SID of the search

index=_audit  info=completed action=search (id=* OR search_id=*) <<PUT Search SID>>

If you're running your dbxquery as scheduled search, you can use scheduler logs to get the same info.

index=_internal sourcetype=scheduler savedsearch_name="PUT your Scheduled Search Name here"
0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...