Reporting

Audit of Spunk Roles and the Attributes Assigned to them

itsmevic
Communicator

Hello Splunkers! 

    Does anyone have some SPL for a report that will show me ALL attributes that are assigned to each role?   I'm trying to assess which of the roles listed in our Splunk environment have the attribute "schedule_search" assigned to them.    Thank you.

Labels (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

You've probably figured it out by now, but in case you haven't try this.

| rest /services/admin/users | where like(capabilities,"%schedule_search%") | table title roles capabilities
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

You've probably figured it out by now, but in case you haven't try this.

| rest /services/admin/users | where like(capabilities,"%schedule_search%") | table title roles capabilities
---
If this reply helps you, Karma would be appreciated.

itsmevic
Communicator

This is perfect, Rich.  Thank you.

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...