Security

Application level Admin access...

axcherukuri
Engager

Hi,

I was wondering if there is a way to provide admin access @ application level (all its objects) to a specific role instead of global admin access (admin_all_objects).

Thanks

Tags (1)

axcherukuri
Engager

found a solution for this.

  1. Define seperate indexes
  2. assign admin_all_objects accces to the role
  3. from command line add required role to write permissions. File: /etc/apps//metadata/default.meta

Sample default.meta

Application-level permissions

[]
access = read : [ * ], write : [ admin, power, myRole ]

EVENT TYPES

[eventtypes]
access = read : [ * ], write : [ admin, power, myRole ]
export = system

PROPS

[props]
access = read : [ * ], write : [ admin, power, myRole ]
export = system

TRANSFORMS

[transforms]
access = read : [ * ], write : [ admin, power, myRole ]
export = system

LOOKUPS

[lookups]
access = read : [ * ], write : [ admin, power, myRole ]
export = system

VIEWSTATES: even normal users should be able to create shared viewstates

[viewstates]
access = read : [ * ], write : [ * ]
export = system

Thanks

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...