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!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...