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!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...