Splunk Search

How can I find out how much space I have left without using CLI?

jboike
Explorer

How can I find out how much space I have left without using CLI?

Tags (1)

Yorokobi
SplunkTrust
SplunkTrust

As muebel mentioned, the DMC is an excellent resource. Use it! 🙂

For a quick check, you can use the REST endpoint /server/status/partitions-space

| rest /services/server/status/partitions-space splunk_server=local | table splunk_server mount_point capacity free mount_point

jboike
Explorer

Thanks for the help!

0 Karma

woodcock
Esteemed Legend

Do click "Accept" on the answer that you judge is the best.

0 Karma

muebel
SplunkTrust
SplunkTrust

Hi jboike, you can use the Distributed Management Console to get an idea of resource usage on the instances in your Splunk Deployment. Disk utilization is one of these. Check this out and let me know if it helps : http://docs.splunk.com/Documentation/Splunk/6.2.6/Admin/ResourceusageInstance

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