Splunk Enterprise

License Utlilization is not Showing for all Indexes

Atchyuth_P
Path Finder

Hi Team,

While running the below search we are not getting license calculation for 2-3 indexes(showing 0) but for other indexes I am able to see the results.

index=_internal source="*license_usage.log" sourcetype=splunkd
| stats sum(b) as Bytes by idx
| eval GB=round(Bytes/1024/1024/1024,3)
| rename h as Host, s as Source, st as Sourcetype, idx as Index, GB as "License Used in GB"
| table Index, "License Used in GB"

I am trying to understand why it is happening for only 2-3 indexes. We have the index data present on both the indexers. 

Labels (1)
Tags (1)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

ate you sure that you have events on that time on those indexes? Another option is that saved search which are collecting those events haven’t run. See more https://docs.splunk.com/Documentation/Splunk/9.1.2/Admin/LicenseUsageReportViewexamples

r. Ismo

0 Karma
Get Updates on the Splunk Community!

Get Schooled with Splunk Education: Explore Our Latest Courses

At Splunk Education, we’re dedicated to providing incredible learning experiences that cater to every skill ...

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...