Installation

How to create a report on license usage and capacity?

a212830
Champion

Hi,

I see lots of examples for reporting splunk license usage. Is there any way to show usage along with my licensing capacity?

Labels (1)
Tags (1)
0 Karma

dbcase
Motivator

index=_internal source="*license_usage.log" type=RolloverSummary | timechart span=1d sum(b) AS DailyVolume | eval DailyVolume=round(DailyVolume/1024/1024/1024,2) | eval License="5"

0 Karma

kristian_kolb
Ultra Champion

I did something similar some time ago. You can have a look at it. Probably better (faster) to use the rest command to get the information than the license usage log, as hinted in the comments.

http://answers.splunk.com/answers/39980/license-violation-prediction

Hope this helps somewhat,

K

0 Karma

lukejadamec
Super Champion

Manager > License

Scroll down to the available and used graphic.

Deployment Manager > License Usage is also handy because it has a better graphic, but it does not show you your licensed volume - I figured it assumes you should know that already.

0 Karma

a212830
Champion

Thanks, but I want to write my own. There's no way to show license usage vs your allocation?

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...