I am trying to use the ForecastTimeSeries assistant of the Machine Learning Toolkit, and it's returning the error External search command 'predict' returned error code 1. (When I try copying the S...
I want to run a forecasttimeseries multiple times using one search on the remaining freespace of a number of our databases (data collected on within Splunk) — in this case, around 900 with 5 days w...
Hi all,
I was wondering if it is possible to set the holdback used for the forecasting to a dynamic value (e.g. 1/10 of the events) somehow?
As the number of events used for prediction is i...
Hi Ninjas,
I have a query that looks like this:
sourcetype="x" index=y source="z" host="S"
| bin _time span=10m
| stats dc(CN) as Actual by _time | lookup CN_Forecast_S.csv _time OUTPUT lowe...
Hi,
I have created a splunk query which prints the error code by time. I want to forecast the error code but it seems to use MLTK time forcast series i have use timechart command and with time...
...nderstand all the fields we get for forecastingtimeseries.
Below are the values i am putting in fields.
Field to forecast : drive_c_free_space
Forecasting method: LLP(seasonal local l...
Ok, I found this great post from Conf 2016 by Mike Fisher about using Splunk for forecasting:
https://conf.splunk.com/files/2016/slides/building-a-crystal-ball-forecasting-future-values-for-multi-c...
Hi,
The kalman filter algorithm for timeseriesforecasting is predicting for old time frame - backward direction. Could you please let me know why so ? Please find the attached screenshots
New to Splunk and trying to follow this example here:
https://discoveredintelligence.ca/forecasting-time-series-data-using-splunk-machine-learning-toolkit/ using my data
time...
Hello!
I'm really new to Splunk's Machine Learning Toolkit, so any help would be greatly appreciated. Thank you.
I'm trying to forecasttimeseries for multiple apps in my query. My c...