Installation

Monitor new Splunk admin creation

anel
Explorer

Is there a way to monitor the creation of new Splunk users/admins? 

I want to be notified if someone creates a new Splunk admin. 

Labels (2)
0 Karma
1 Solution

SanjayReddy
SplunkTrust
SplunkTrust

Hi @anel 

you can use following query


index="_audit" source=audittrail action=create_user
| stats count by timestamp user info username fullname email roles default_app
| rename user as "New Users Created by" username as "New User Created for"


from this you will get to know who addeed new users and deatils using this you can create alert



----
Regards,
Sanjay Reddy

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

If your problem is resolved, then please click the "Accept as Solution" button to help future readers.

View solution in original post

SanjayReddy
SplunkTrust
SplunkTrust

Hi @anel 

you can use following query


index="_audit" source=audittrail action=create_user
| stats count by timestamp user info username fullname email roles default_app
| rename user as "New Users Created by" username as "New User Created for"


from this you will get to know who addeed new users and deatils using this you can create alert



----
Regards,
Sanjay Reddy

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

If your problem is resolved, then please click the "Accept as Solution" button to help future readers.

Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...