- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CPU and Memory Prediction for my Server

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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


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
