All Apps and Add-ons

Why is my license usage showing for indexes that don't exist ?

Skins
Path Finder

I am using the license usage app and i have usage being shown for indexes that arent on the system.

If i click on the index (listed in the license usage app) i'm taken to the following search (below) - what is this telling me ? series is the non-existant index name.

index="_internal" source="*metrics.log" per_index_thruput series=devices

usually if i am receiving events for an index that doesn't exist then it shows in splunk messages.

To resolve this will adding the relevant index (devices) start it populating ?

0 Karma

ssadanala1
Contributor

Is weird scenario

If you are looking at the license usage per index please run this search

index=_internal source=*license_usage.log type="Usage" | eval indexname = if(len(idx)=0 OR isnull(idx),"(UNKNOWN)",idx) | eval sourcetypename = st | eval host=h | bin _time span=1d | stats sum(b) as b by _time, host, indexname, sourcetypename | eval GB=(b/1024/1024/1024) | fields _time, indexname, sourcetypename, host, GB | stats sum(GB) as GB by indexname, sourcetypename, host

Once all the values are populated , search if there are any index=devices populated and let us know so that it helps our community with more insight what actually happening ..

Happy Splunking !!

0 Karma

Skins
Path Finder

Nope the index does not show in the output of that search - the others do.

0 Karma

ssadanala1
Contributor

If you are in situation " receiving events for an index that doesn't exist then it shows in splunk messages."

Means you are trying to send the data to unconfigured index , so you need to create the index .

0 Karma

Skins
Path Finder

No i do not see those messages - as described in the initial post - i have seen those before and duly created an index

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

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

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...