File tree 1 file changed +19
-0
lines changed
docs/reference/migration/migrate_8_0
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 6
6
//Installation and Upgrade Guide
7
7
8
8
//tag::notable-breaking-changes[]
9
+ [[deprecate-elasticsearch-setup-passwords]]
10
+ .The `elasticsearch-setup-passwords` tool is deprecated.
11
+ [%collapsible]
12
+ ====
13
+ *Details* +
14
+ In 8.0, we're deprecating the `elasticsearch-setup-passwords` tool. To
15
+ manually reset the password for the `elastic` user, use the
16
+ {ref}/reset-elastic-password.html[`elasticsearch-reset-elastic-password`] tool. To
17
+ change passwords for other users, use either {kib} or the {es}
18
+ {ref}/security-api-change-password.html[change passwords API]. We will remove the
19
+ `elasticsearch-setup-passwords` tool in a future release.
20
+
21
+ *Impact* +
22
+ When starting {es} for the first time, passwords are generated automatically for
23
+ the `elastic` and `kibana_system` users. If you run the
24
+ `elasticsearch-setup-passwords` tool after starting {es}, the command will fail
25
+ because the password for the `elastic` user is already configured.
26
+ ====
27
+
9
28
.The file and native realms are now enabled unless explicitly disabled.
10
29
[%collapsible]
11
30
====
You can’t perform that action at this time.
0 commit comments