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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...