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.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...