mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Add security consideration for Upgrade Assistant (#33215)
This commit is contained in:
parent
87357b3ef7
commit
bf60408121
1 changed files with 9 additions and 4 deletions
|
@ -38,8 +38,13 @@ 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.
|
||||
* If you use {alert-features}, when you reindex the internal indices
|
||||
(`.watches`), 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 {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].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue