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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...