All Apps and Add-ons

CPU and Memory Prediction for my Server

Shashank_87
Explorer

Hi, I am trying to build a dashboard which shows the predicted values of cpu/memory utilisation based on the past data.
I need to know which parameters/fields i need to consider to build a Model in Splunk?
How do i establish a co relation between different fields/parameters to predict the future values?
I am indexing the os data from different sources and one of them is "top"
index=os source=top.
Any help will be much appreciated.

0 Karma

skoelpin
SplunkTrust
SplunkTrust

This is the most time consuming part of using machine learning. Check out these commands, they will help. You should also start experimenting to see what fields have a good relationship with the target value.

https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Analyzefields

https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Correlate

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