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!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...