Monitoring Splunk

How can I resolve this message: search not executed -- the minimum free disk space (2000mb) reached?

karthi2809
Builder

search not executed the minimum free disk space (2000mb) reached?

In /opt/splunk/var/run/splunk/distach --In this path i cleared the cache file and restarted search head

But in some case after restarting i will get same error .but i tried in some other browser (internet explorer) the search is working fine

what is the cause of issue?

0 Karma

lfedak_splunk
Splunk Employee
Splunk Employee

Hey @karthi2809, if @koshyk answered your question, please remember to "√Accept" the answer to award karma points and to let other Splunkers know there’s a working solution. We’re hosting a karma point contest, so it’s particularly awesome to up vote on Answers these days. 😄

0 Karma

koshyk
Super Champion

The reason is your filesystem (or disk) which the /opt/splunk/var/run is installed is less than the minimum specified in your server.conf Make it to say 500MB or smaller value.

 [diskUsage]
 minFreeSpace = <num>

Or edit via UI,

Settings -> Server settings » General settings -> Pause indexing if free disk space (in MB) falls below *

But DO NOT do this for real environment. In PROD clustered Search Head, it should have 50GB of installation due to huge bundles etc. STandalone SH should be in 10GB minimum for practical purposes

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