Splunk Search

Splunk Search to list local User accounts

iamsplunker
Communicator

Hi Splunk Community, 

I'm trying to list all splunk local users (authentication system = splunk) . The below search lists all users SAML and Splunk but I'm only looking for local accounts.

| rest /services/authentication/users splunk_server=local
| fields roles title realname
| rename title as username

Thanks!

Labels (1)
0 Karma
1 Solution

iamsplunker
Communicator

| rest /services/authentication/users splunk_server=local
| fields roles title type email
| rename title as username
| search type=SPLUNK

View solution in original post

0 Karma

iamsplunker
Communicator

| rest /services/authentication/users splunk_server=local
| fields roles title type email
| rename title as username
| search type=SPLUNK

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...