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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...