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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...