Hi
I am forecasting the number of logins. This is my SPL:
| inputlookup fortigate_QC_May2019_logins.csv
| fit StandardScaler "logins" with_mean=false with_std=true
| fit DBSCAN "SS_logins"
| where NOT isOutlier==-1
| fit StateSpaceForecast "SS_logins" from * holdback=288, forecast_k=36
But I do not know how to see the forecasting plot.
Use the new Smart Forecasting Assistant. Check the MLTK 4.3 blog :https://www.splunk.com/blog/2019/06/03/what-s-new-in-the-splunk-machine-learning-toolkit-4-3.html