Splunk Search

Search all events between start/stop event

huaraz
Explorer

Hi

I have logfiles where I have a start event and a stop event and I would like to search for all events between these two events. The start and stop event can repeat multiple times. Is that possible ? It would allow me to create a virtual session from start to stop.

Thank you
Markus

Tags (2)
0 Karma
1 Solution

acdevlin
Communicator

I think you should use the transaction command: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction

With the "startswith" and "endswith" options, you should be able to do what you want.

| transaction startswith="startEvent" endswith="endEvent" 

This should take any events between a starting event and an ending event, then group them together into transactions. I did something similar on my end recently to simulate user sessions on an internal server; transaction is a very useful command for this purpose!

View solution in original post

0 Karma

acdevlin
Communicator

I think you should use the transaction command: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction

With the "startswith" and "endswith" options, you should be able to do what you want.

| transaction startswith="startEvent" endswith="endEvent" 

This should take any events between a starting event and an ending event, then group them together into transactions. I did something similar on my end recently to simulate user sessions on an internal server; transaction is a very useful command for this purpose!

0 Karma

MarioM
Motivator

did you try the Transaction Command with startswith endswith options?

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 ...