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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...