Splunk Search

How to write a search to charge license usage and the license cap?

bluemarvel
Path Finder

Hello,

I need to chart a license usage that will also include the license cap as well (two lines)

0 Karma

ddrillic
Ultra Champion

Alternatively, you can look at -

alt text

And -

alt text

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

somesoni2
Revered Legend

This should give you what you desire (use the appropriate span in timechart)

index=_internal sourcetype=splunkd source=*license_usage.log type=usage | timechart sum(b) as usage max(poolsz) as quota by pool | foreach usage* quota* [eval "<<FIELD>>"=round('<<FIELD>>'/(1024*1024*1024),3) ]
0 Karma
Get Updates on the Splunk Community!

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

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...