Splunk Search

How to get time duration between consecutive events in the same search results?

gsingal
Engager

In my logs, I have some events like:
time1 eventStart
time2 eventFinish
time3 eventStart
time4 eventFinish
time5 eventStart
time6 eventFinish

I want to get the time difference between start and finish event.
So, the result should be 3 rows, having time diff between: time2-time1, time4-time3, time6-time5

Can you please help?

Tags (3)
0 Karma

ckdoan
New Member

Hi, were you able to figure this out?

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Can you provide us your query and some sample data?

You need to group the events together using the Transaction command.. So if you have your eventStart as a seperate event from your eventFinish then the transaction command will group them both as 1 event then you can find the duration

So it would look something like this

.. | transaction startswith="eventStart" endswith="eventFinish" | timechart avg(duration)

0 Karma

bmacias84
Champion

Look at using transaction command

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...