Getting Data In

How can I visualize daily license consumption and increase?

kteng2024
Path Finder

Can I please know how to track the license increase? For example , I have an sourcetype "access_log" which has contributed 500GB of license yesterday but today if the same sourcetype contributed 700GB, I would like to see it in visualization. Right now, I am using below query to find top contributing sourcetypes.

index="_internal" source="*metrics.log" per_sourcetype_thruput | chart sum(eval(kb/1024/1024)) AS GB by series | sort – GB

0 Karma

HiroshiSatoh
Champion

It is the amount of license usage per day, per source type.

index=_internal source=*license_usage.log* type=Usage 
|  eval gb=b/1024/1024/1024
| timechart  span=1d sum(gb) AS sourcetype_volume_GB by st
0 Karma

esix_splunk
Splunk Employee
Splunk Employee

Have you looked in the Monitoring Console on your license master for this? You can find historical averages and usage for these. See the documentation here : http://docs.splunk.com/Documentation/Splunk/6.6.3/DMC/DMCoverview

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...