Splunk Cloud Platform

How to check index that consumes more license?

splunkcol
Builder

Hi, I am currently receiving an alert where the license consumption is exceeding 80%.

I need to know which index is consuming more license in the last 30 days or last 7 days.

This query shows the total license consumption but I need to know which index or sourcetype is generating the most license consumption.

 

`sim_licensing_summary_base`
            | `sim_licensing_summary_no_split("")`
            | append
                [| search (index=summary source="splunk-entitlements")
                  | bin _time span=1d
                  | stats max(ingest_license) as license by _time]
            | stats values(*) as * by _time
            | rename license as "license limit"
            | fields - volume

 

 

splunkcol_0-1678991974560.png

 

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

I'm not familiar with the sim_licensing_* macros so can't give very specific advise.  However, if there is a "sim_licensing_summary_no_split" macro then I have to think there is one similar to "sim_licensing_summary_by_index".

If not, then expand the macros (using CTRL-Shift-E) and modify the stats command to group results by index.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

I'm not familiar with the sim_licensing_* macros so can't give very specific advise.  However, if there is a "sim_licensing_summary_no_split" macro then I have to think there is one similar to "sim_licensing_summary_by_index".

If not, then expand the macros (using CTRL-Shift-E) and modify the stats command to group results by index.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...