Hello,
I've installed a metricbeat which is garthering information about a linux system and I want to try the machine learning forecast feautre using the index generated by metricbeat.
I've created a Job using the metricbeat index and a field (for example disk usage) but when I create the job and it tries to be openned, I'm getting the following error:
Unexpected job state [failed] while waiting for job to be opened
Less Info
OK
Error: "{\"error\":{\"root_cause\":[{\"type\":\"exception\",\"reason\":\"Unexpected job state [failed] while waiting for job to be opened\"}],\"type\":\"exception\",\"reason\":\"Unexpected job state [failed] while waiting for job to be opened\"},\"status\":500}"
at Object.errorNotify [as error] (https://[ELK_HOST]/bundles/ml.bundle.js:2:61134)
at https://[ELK_HOST]/bundles/ml.bundle.js:2:107552
at Array.forEach (<anonymous>)
at showResults (https://[ELK_HOST]/bundles/ml.bundle.js:2:107485)
at https://[ELK_HOST]/bundles/ml.bundle.js:2:104924
If I try to run datafeed it fails with the same problem because the job can't be openned.
The version of ELK Stack is 7.0 and ML is activated.
Thanks in advance.