Skip to content

Commit

Permalink
[DOCS] Add security consideration for Upgrade Assistant (#33215)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Mar 14, 2019
1 parent 7cab2a4 commit 0ebb126
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/management/upgrade-assistant/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ continue by reindexing fewer indices at a time.

Additional considerations:

* During a reindex of a Watcher (`.watches`) index, the Watcher process
pauses and no alerts are triggered.

* During a reindex of a Machine Learning (`.ml-state`) index, the Machine
Learning job pauses and models are not trained or updated.
* If you use {alert-features}, when you reindex the internal indices
(`.watches`), the {watcher} process pauses and no alerts are triggered.

* If you use {ml-features}, when you reindex the internal indices (`.ml-state`),
the {ml} jobs pause and models are not trained or updated.

* If you use {security-features}, before you reindex the internal indices
(`.security*`), it is a good idea to create a temporary superuser account in the
`file` realm. For more information, see
{ref}/configuring-file-realm.html[Configuring a file realm].

0 comments on commit 0ebb126

Please sign in to comment.