Splunk Search

How to extract random numbers

marinella26
Explorer


There are over 10000 events and I want to extract events of 100 random Users.
Is there any simple way to extract this?

Thanks in advance!

Tags (4)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
<your search> [search <your search>|dedup user|eval number=random()|sort 0 number|head 100|table user]

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
<your search> [search <your search>|dedup user|eval number=random()|sort 0 number|head 100|table user]

marinella26
Explorer

@ITWhisperer  it worked. Thank you so much!

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[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 ...