Splunk Search

How to edit my search to create a table with the distinct count of users by domain?

DEAD_BEEF
Builder

I am trying to create a table that shows the number of distinct users that have logged into a machine. I am having problems getting the domain to appear next to the distinct user count.

Current search& output
index=logs event=logon | dc(username) AS UserCount

UserCount
106

DESIRED Output

Domain            UserCount
GUEST                 20
INTERNAL              72
EXTERNAL              4
WIRELESS              10

I tried various permutations of stats count by, table, and sum, but I just can't seem to figure it out.

0 Karma
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

Does index=logs event=logon | stats dc(username) AS UserCount by Domain not give you what you want?

View solution in original post

s2_splunk
Splunk Employee
Splunk Employee

Does index=logs event=logon | stats dc(username) AS UserCount by Domain not give you what you want?

DEAD_BEEF
Builder

Yea... that's exactly what I needed. Can't believe I overlooked something so simple, I was waaaay over-thinking it. Thank you.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...