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
SplunkTrust
SplunkTrust
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!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...