Monitoring Splunk

Indexer disk space monitoring

mburgess97
Path Finder

Does anyone have SPL to monitor for capacity % on an index cluster?

I'd like to watch each indexer/data volume and receive an alert if they breach a 90% threshold.

0 Karma

_JP
Contributor

Do you know about the Distributed Management Console?

Monitoring Splunk Enterprise overview - Splunk Documentation

 

You could peek into the dashboards/queries in there for help on building the SPL.  Also, there might be some alerts you can turn on.

 

Run DMC for the win.

_JP_1-1697562826150.jpeg

 

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

as @_JP said, MC is just for monitoring the whole Splunk environment. You really need it in any distributed environment. There are also some usable apps in splunkbase.splunk.com which you could look e.g. AdminAlerts.

One way to avoid running out of disc space on indexers it migrate your environment to use volumes instead of use SPLUNK_DB on all index configurations. That way splunk automatic frozen needed data based on volume size instead of days or index sizes.

r. Ismo

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...