Splunk Cloud Platform

How to change permissions from a search in Splunk Cloud?

Pat
Path Finder

I am looking to monitor permissions for anything that has the everyone permission that is created by a normal user with the following query:

| rest /servicesNS/-/search/directory
| search author!=nobody AND author!=admin
| fields title, eai:type, author, disabled, eai:acl.perms.read, eai:acl.perms.write
| rename eai:* AS *, acl.* AS *
| where 'perms.write'="*" OR 'perms.read'="*"
| search NOT type IN (views, commands, macros, *lookup*, *extract*, fvtags, fieldaliases, nav, eventtypes)

Which is fine but what I really want to do is then have it change those everyone permissions to our base user (which is the inheritance point for all other groups and all users are put in it).  So I want to make it as a self remediating alert.  

Thing is I can't find anything on changing permissions with the splunk query language and being a cloud instance I don't have access to the cli.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...