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!

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