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

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...