Alerting

Saved Search and alert for exceeding license?

cpenkert
Path Finder

Does anyone have a saved search that could be run daily to look at the previous 24 hour period and send an email alert if the license was exceeded for that period?

Thanks.

Tags (2)
0 Karma

lguinn2
Legend

This should do it:

 index=_internal source="*splunkd.log" "Indexing quota exceeded"

Save the search and set an alert for results>0
Run it once a day. Normally, it runs at midnight, but you could tweak it to run at 12:05 am and look at the previous day by setting the earliest time to -1d@d and the latest to @d.

There are a number of similar questions on the forum and a nice write up in the Wiki under Troubleshooting Indexed Data Volume

Finally, there are a number of free Apps available for monitoring license usage.

0 Karma

AaronMoorcroft
Communicator

Thanks for that, great help 🙂

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, ...