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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...