Getting Data In

How to check license consumption of an index each day

kteng2024
Path Finder

Can i please know the query to find the license consumption for an index for each day for last 30 days . For example, i have an index called "webserver_index" , i would like to know the each day license consumption of this index for lat 30 days.

0 Karma
1 Solution

HiroshiSatoh
Champion

Try this!

index=_internal source=license_usage.log type=Usage
| eval gb=b/1024/1024/1024
| timechart span=1d sum(gb) AS index_volume_GB by idx

View solution in original post

HiroshiSatoh
Champion

Try this!

index=_internal source=license_usage.log type=Usage
| eval gb=b/1024/1024/1024
| timechart span=1d sum(gb) AS index_volume_GB by idx

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...