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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...