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!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...