From a Heart disease data, Cholesterol and Age(upto age 70) data are provided. How can we predict Cholesterol level upto age 100?
Kindly provide a template for non timestamped data prediction.
The following Search Command :
base search |where age<100 |chart avg(chol) AS average by age | where age<100 |predict average
is giving error code 1. Kindly provide a valid command.
you can try to use predict command which can help you to achieve this.
https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchReference/Predict
i think that the predict
works only on the timechart
command.
see here: https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchReference/Predict
Can you please provide some sample data? It is very hard to give any advice at all without knowing the data structure...