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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...