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
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...