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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...