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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...