Dashboards & Visualizations

I have a table that has batch ID, start & end time of each batch. How can I get the duration i.e. runtime of each batch.

cadrija
Path Finder

I have a table that has batch ID, start & end time of each batch. How can I get the duration i.e. runtime of each batch.

cadrija_1-1639393554716.png

 

When I am running this query then the duration field is coming blank.

index="bodata" | where BEX_TSP_START!="NULL" AND BEX_TSP_END!="NULL" | where BEX_DTE_BSNS=="09-12-2021" | eval Duration=strptime(BEX_TSP_END,"%H:%M.%S")-strptime(BEX_TSP_START,"%H:%M.%S") | table BEX_NUM_JOB,Duration

Please help.

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The "times" in your image do not contain hours which is why the strptime is failing. Do your events have the full date and time in some other field that you could use?

0 Karma

cadrija
Path Finder

@ITWhisperer Okay, got it let me check how to get the full date time.
Thank you.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...