Splunk Search

Count uniqe values over a certain period of time

Norling80
Path Finder

Hi

I´m trying to create a search that basically count the number of unique UserId generated over a certain time in the userlog, the UserId consist of 5 digits for example 12345 or 79365 etc.. need help to finalize it.

The search begins like this...
index=main sourcetype=userlog UserId="*" | ...?

regards
Magnus

Tags (1)
0 Karma
1 Solution

aweitzman
Motivator

| stats dc(UserId) should do the trick for you.

View solution in original post

Norling80
Path Finder

Thanks a lot, that worked.
/Magnus

0 Karma

aweitzman
Motivator

| stats dc(UserId) should do the trick for you.

Get Updates on the Splunk Community!

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

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...