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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...