All Apps and Add-ons

count number of users in the app

shayhk
Explorer

Hi,
I am trying to show the uniq users list but getting diffrent results

for example I have this list of data
USER_ID

1111111

2222222

2222222

3333333

4444444

4444444

Why are there diffrent number of results when doing:

  1. ...|table id|uniq

  2. ...|table id|stats dc(id)

Tags (3)
0 Karma

Rocket66
Communicator
| dedup id

will filter only ("real") unique IDs - as counted by :

| stats dc(id)
0 Karma

somesoni2
Revered Legend
For sample data is like below
1
1
2
3
2
3
3
4

uniq
Filters out repeated adjacent results. 
OUTPUT:
1
2
3
2
3
4

stats dc(id) :- counts no of unique values for field id
OUTPUT: 4
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...