Limits for controlling disk space in Splunk can be changed
The relevant stanza and parameter of interest in server.conf is:
[diskUsage]
minFreeSpace = <num>
For more details, check here:
http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Setlimitsondiskusage
This can be changed on any Splunk installations as explained on the online documentation:
for all installations, including forwarders, you must have a minimum of 5GB of hard disk space available in addition to the space required for any indexes.
The default is 5000 (mb) and this value can be changed as explained before.
For more details, check here:
http://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements#Recommended_hardware
... View more