Splunk Enterprise

Difference between Calculating SPLUNK License from DMC and from the SPL query

Amirahussein
Path Finder

Dears

What are the main differences between calculating SPLUNK daily license from the ready-made query located in SPLUNK master (DMC Alert - Total License Usage Near Daily Quota)

And from using below query:

index=_internal source=*license_usage.log type=Usage
| stats sum(b) as bytes by idx
| eval LicenseUsage_GB = round(bytes/1024/1024/1024,5)
|table idx LicenseUsage_GB

As I found a remarkable differences when using the 2 above ways even when calculating the total available license.

Thanks

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...