Monitoring Splunk

Splunk Cloud License Usage

anandhalagarasa
Path Finder

Hi Team,

We are using Splunk Cloud in our environment and we have opted for 200GB of licensing per day. So i want to get notified in such a way if the license is exceeding 80% of the usage then it needs to throw an alert with fields such as Total license quota allocated, the license quota used and what is the percentage of usage along with the balance.

I know we have a Cloud Monitoring Console but still I want to know the query to schedule an alert everyday so that we can proactively fix it.

So kindly help with the query.

Labels (1)
0 Karma

splunkcol
Builder

`sim_licensing_summary_base`
| `sim_licensing_summary_no_split("")`
| fields - b volume
| where GB > 160

 

splunkcol_0-1619482258619.png

splunkcol_1-1619482323384.png

 

0 Karma

woodcock
Esteemed Legend

If you hover in the lower-right corner of the panel, you will get a list of icons and if you click the magnifying glass you can open the panel search in a new window. Once you have the SPL from the search, you can use it to create an alert. You can also get similar searches from the Meta Woot app and the Alerts for Admins app, which both have searches for assessing license usage.

0 Karma

p_gurav
Champion
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...