Installation

What capabilities are required for a role to allow users to run a search to check license usage logs?

chris1
Explorer

Hi,

We are planning to give access to a few users to check the license usage and run the search below to find the server that is forwarding a large size of files.

index=_internal source=*license_usage.log type=Usage 
 | stats sum(b) as bytes by h 
 | eval MB = round(bytes/1024/1024,1)
 | fields h MB
 | rename h as host

And we are planning to create a new role for this operation and assigning it to specific users. Can someone suggest what all are capabilities needs to be assigned to that role to get this access? Thanks!

Labels (1)
0 Karma

jensonthottian
Contributor

Create a role "licenseuser" and give access to index "_internal". Give all users you want to run this query role as "licenseuser". This should do it.

If that doesnt work then give privilege as "license_tab" to the new role.

chris1
Explorer

Thank you for your reply. I will check and confirm.

0 Karma

jensonthottian
Contributor

Can you confirm if this resolved ur issue or not?

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 ...