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
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...