All Apps and Add-ons

How do I give users access to view the License Usage Report?

bosburn_splunk
Splunk Employee
Splunk Employee

Currently only administrators can see the license usage report. I'd like our power users to be able to see it as well to prevent any license violation issues.

1 Solution

bosburn_splunk
Splunk Employee
Splunk Employee

I'm setting this up under the power role. Substitute whatever role you want to use for this.

Create $SPLUNK_HOME/etc/apps/search/metadata/local.meta with the following:

[manager/admin_license]
access = read : [ power, admin ], write : [ admin ]

[manager/licensing_stacks]
access = read : [ power, admin ], write : [ admin ]

Modify the role and add the following capabilities:

license_edit
license_tab

Please be aware that this gives the user the ability to manipulate and edit the licensing information!

View solution in original post

bosburn_splunk
Splunk Employee
Splunk Employee

I'm setting this up under the power role. Substitute whatever role you want to use for this.

Create $SPLUNK_HOME/etc/apps/search/metadata/local.meta with the following:

[manager/admin_license]
access = read : [ power, admin ], write : [ admin ]

[manager/licensing_stacks]
access = read : [ power, admin ], write : [ admin ]

Modify the role and add the following capabilities:

license_edit
license_tab

Please be aware that this gives the user the ability to manipulate and edit the licensing information!

jbsplunk
Splunk Employee
Splunk Employee

An an aside, just because you can do something doesn't mean you should. In my mind, this seems like something administrators should be looking at, not users.

RicoSuave
Builder

so you're saying there's a chance!

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...