elasticsearch/docs/reference/ml
David Roberts 6e9b959450
[ML] Closing an anomaly detection job now automatically stops its datafeed if necessary (#74257)
Previously it was a requirement of the close job API that if the
job had an associated datafeed that that datafeed was stopped
before the job could be closed. Experience has shown that this
is just a pedantic nuisance. If a user closes the job without
first stopping the datafeed then it's just a mistake, and they
then have to make two further calls, to stop the datafeed and
then attempt to close the job again.

This PR changes the behaviour so that if you ask to close a job
whose datafeed is running then the datafeed gets stopped first
as part of the same call. Datafeeds are stopped with the same
level of force as the job close request specified.
2021-06-22 12:56:11 +01:00
..
anomaly-detection [ML] Closing an anomaly detection job now automatically stops its datafeed if necessary (#74257) 2021-06-22 12:56:11 +01:00
df-analytics/apis [DOCS] Adds max_trees hyperparameter to GET TM API docs (#72298) 2021-05-06 08:18:19 +02:00
images [DOCS] Adds anomaly detection rule advanced settings to docs (#72072) 2021-04-26 09:55:02 +02:00
ml-shared.asciidoc [DOCS] Adds defaults to get ML results APIs (#73540) 2021-06-03 10:05:47 -07:00