Splunk Search

Find Job Duration from two separate events.

saty586
Explorer

Jobs Running on daily basis.

Events like-

1) "Job_Name": "XYZ", "status":" Start"

2) "Job_Name": "XYZ", "status":" SUCCESS"

3) "Job_Name": "XYZ", "status":" Failure"

Need to calculate and display the job run time  and status on dashboard for multiple days/runs.

Below query works well for single run but for multiple run runtime is not getting calculated.

search to fetch both "job started" and "job finished" events
| eval eventType=if(searchmatch("job started"),"Start","End")
| chart values(_time) over Job_Name by eventType
| eval jobduration=End-Start

 

Labels (3)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The transaction command can help with this

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...