Deployment Architecture

Dashboard for storage Capacity planning

tejendrapatel
Engager

Hi All,

We are planning to have a Dashboard which shows how much storage is being used in the server (web or database server) and what % of storage capacity will be in future.
i.e. we want to predict how much storage space needed in future based on the current trend.

1) How to get Storage utilized and free from the server to the splunk?
2) Based on the above data - The Dashboard should show how much storage space would be required in future based and what is the usage currently.

EAR009
Explorer

Please go through below conf link which has more detailed process of creating forecasting reports.

https://conf.splunk.com/files/2019/slides/FN1137.pdf?podcast=1577146257

0 Karma

renjith_nair
Legend

@tejendrapatel ,

1) There are multiple ways to get storage metrics out of your server and it depends on your environment set up.
One of the ways is to configure a scripted input in your servers using universal forwarder and get usage information forwarded to Splunk. Your script could be as simple as running df -h command which gives you the required information

Reference : https://docs.splunk.com/Documentation/Splunk/7.2.4/AdvancedDev/ScriptedInputsIntro

2) Once you have the usage information available in splunk, then you can use Predict command to get basic predictions. Have a look at the doc for more information about algorithms and usage.
e.g index=resources earliest=-24h |timechat span=1h max(usage) as usage|predict usage

Happy Splunking!
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...