Splunk Search

How to get a count of daily active users in the last 3 days?

rob9mcneil9
Engager

Hi All,

I'm new to Splunk and new to get a count of the daily active users in the last 3 days.
Users in our system are tracked by phoneID.
How would I go about doing that?

Tags (3)
0 Karma

sundareshr
Legend

Assuming you have the data in splunk, try this

base search earliest=-3d@d | timechart span=1d dc(phoneID) as "Active Users"
0 Karma

JDukeSplunk
Builder

If you could post some sample data that would help the community help you.

Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...