Hello,
I want to create a multi metric ml job that will be expired in 1d. Can I do it using dev tools?
I have created a forecast job like so and now I want to create a ml job.
My Forecast job:
POST _xpack/ml/anomaly_detectors/forecast_manually/_forecast
{
"duration": "56d",
"expires_in": "1d"
}
Thank you very much in advance!
/Angelos