Splunk Search

How to get statistics from the same session with multiple events?

gumarovv
New Member

There are multiple events with 1 same field - unique_session, how to combine and count events from that unique session and get statistical data?

0 Karma

grittonc
Contributor

Some sample events and your desired outcome would be helpful.

0 Karma

Vijeta
Influencer

You can do

index=<your index>| stats count by user unique_session
0 Karma

gumarovv
New Member

this search will return all events - I need just the once that has same unique_session

0 Karma

grittonc
Contributor

| transaction unique_session
will tell you how many events there are and how long the session lasted.

0 Karma

gumarovv
New Member

I am getting results but it seems like not exactly correct ones. I am trying to combine and count event1 and event2 with same unique_session. But getting counts where only event2 or event1 are present

0 Karma

gumarovv
New Member

example of a search
event1=1 OR event2=2
| transaction unique_session
| stats count by user

Result returns users with event1 and event2

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

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...