Security

Which log would have the info about user creation?

anoopambli
Communicator

Hi,

I have added couple of users in splunk using command line option. After few days few of them came back to me with login issue. I wanted to check in the log and find out whether those users were really added. Which log would have the info about user creation?

Labels (1)
Tags (1)
0 Karma

ngohel
Explorer

I have used the following query which shows the list of users created along with user details.

 

(index=_audit sourcetype=audittrail action=create_user )
| table _time action info username roles user fullname email
| rename user AS CreatedBy

0 Karma

somesoni2
Revered Legend

It should be present in the _audit index.

Sample query:

index=_audit object=<newUserName>
0 Karma
Get Updates on the Splunk Community!

Enhance Your Splunk App Development: New Tools & Support

UCC FrameworkAdd-on Builder has been around for quite some time. It helps build Splunk apps faster, but it ...

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...