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
@sbattista09 ,
Try
| rest /services/authorization/roles|fields title srchFilter
@sbattista09 ,
Try
| rest /services/authorization/roles|fields title srchFilter
thanks!
| rest /services/authorization/roles
| search srchFilter="foo foo foo foo"|fields title srchFilter