Splunk Enterprise Security

In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users. How can I do the same in Splunk-ES?

dcrooks_cbp
New Member

I need a list of admins and also users from Splunk-ES to list in an audit dashboard.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Since Splunk ES is built on core Splunk, the same command can be used. To isolate the ES users, look for role names beginning with "ess_".

| rest /services/authentication/users | search roles="ess_*" | dedup title
---
If this reply helps you, Karma would be appreciated.
0 Karma

dcrooks_cbp
New Member

Thanks for the reply!

That command works for me in Splunk-ES, but not in Splunk Enterprise.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

You asked for a command that works in Splunk ES and now you have one.
The same query will work in Splunk Enterprise if you remove the search command.

---
If this reply helps you, Karma would be appreciated.
0 Karma

dcrooks_cbp
New Member

Guess my question is wrong. I need a list of Splunk-ES users from Splunk Enterprise.

When I run that rest command from Splunk Enterprise, I do not see any Splunk-ES users even when I remove the search command.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Do you have ES users registered on the Enterprise system where you run the query? If not, that would explain why they're not found.

---
If this reply helps you, Karma would be appreciated.
0 Karma

dcrooks_cbp
New Member

How do I get them registered? I should be able to get a list of users in Splunk-ES, yes?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

You can register the ES users like you would any other user, but a non-ES instance won't have the ES roles that identify the users as being part of ES.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...