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!

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