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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...