Splunk Search

License Usage by Each Indexer

vishaltaneja070
Motivator

License Usage by Each Indexer : Need to find license usage by each indexer.

Labels (2)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @vishaltaneja070,

see in [Settings -- Licensing -- Previous 30 days] and in the "Split by" dropdown, choose "Indexer".

You can reach the same result using the Splunk Monitoring Console: [Settings -- Monitoring Console -- Indexing -- License Usage -- Previous 30 days ] and in the "Split by" dropdown, choose "By Indexer"

Ciao.

Giuseppe

View solution in original post

_gkollias
Builder

You could also run the following search:

index=_internal sourcetype=splunkd component=LicenseUsage type=Usage 
| stats sum(eval(round(b/1024/1024/1024,2))) as indexed_gb by splunk_server

Thanks!

Greg

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @vishaltaneja070,

see in [Settings -- Licensing -- Previous 30 days] and in the "Split by" dropdown, choose "Indexer".

You can reach the same result using the Splunk Monitoring Console: [Settings -- Monitoring Console -- Indexing -- License Usage -- Previous 30 days ] and in the "Split by" dropdown, choose "By Indexer"

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...