Dashboards & Visualizations

numbering rows by field name?

Yarsa
Path Finder

How do I set a new column which specifies the occurence order of events, grouped by another field.

For example - users Y,X and Z had 5 sessions each.
How can I number their sessions from 1 to 5, so I can choose to analyze only data from their second session.

Thanks:)

Tags (1)
0 Karma
1 Solution

Ayn
Legend

If you have one event per session, you can use streamstats to create a count per user:

... | streamstats count AS session_number by user

View solution in original post

0 Karma

Ayn
Legend

If you have one event per session, you can use streamstats to create a count per user:

... | streamstats count AS session_number by user
0 Karma
Get Updates on the Splunk Community!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...