Security

show all roles that have existing restrict search terms settings

sbattista09
Contributor

I need help creating a search that will show all the roles in spunk that have a existing restrict search terms.

i would like a table like this

role_name | restricted_search_term
role1, index=foo

0 Karma
1 Solution

renjith_nair
Legend

@sbattista09 ,

Try

| rest /services/authorization/roles|fields title srchFilter
---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

0 Karma

renjith_nair
Legend

@sbattista09 ,

Try

| rest /services/authorization/roles|fields title srchFilter
---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

sbattista09
Contributor

thanks!

| rest /services/authorization/roles
| search srchFilter="foo foo foo foo"|fields title srchFilter

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...