mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
a3ef565a25
* [DOCS] First pass at upgrade updates for 7.0. * [DOCS] Updates X-Pack terminology * [DOCS] Incorporated feedback from lcawl.
15 lines
524 B
Plaintext
15 lines
524 B
Plaintext
[testenv="platinum"]
|
|
If you temporarily halted the tasks associated with your {ml} jobs,
|
|
use the <<ml-set-upgrade-mode,set upgrade mode API>> to return them to active
|
|
states:
|
|
|
|
[source,js]
|
|
--------------------------------------------------
|
|
POST _ml/set_upgrade_mode?enabled=false
|
|
--------------------------------------------------
|
|
// CONSOLE
|
|
|
|
If you closed all {ml} jobs before the upgrade, open the jobs and start the
|
|
datafeeds from {kib} or with the <<ml-open-job,open jobs>> and
|
|
<<ml-start-datafeed,start datafeed>> APIs.
|