[DOCS] Fixes broken links to bootstrap user (#30349)

This commit is contained in:
Lisa Cawley 2018-05-02 13:09:25 -07:00 committed by GitHub
parent 3c2d2a7d4a
commit e697299103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@ bin/elasticsearch-setup-passwords auto|interactive
This command is intended for use only during the initial configuration of This command is intended for use only during the initial configuration of
{xpack}. It uses the {xpack}. It uses the
{xpack-ref}/setting-up-authentication.html#bootstrap-elastic-passwords[`elastic` bootstrap password] {stack-ov}/built-in-users.html#bootstrap-elastic-passwords[`elastic` bootstrap password]
to run user management API requests. After you set a password for the `elastic` to run user management API requests. After you set a password for the `elastic`
user, the bootstrap password is no longer active and you cannot use this command. user, the bootstrap password is no longer active and you cannot use this command.
Instead, you can change passwords by using the *Management > Users* UI in {kib} Instead, you can change passwords by using the *Management > Users* UI in {kib}

View File

@ -47,7 +47,7 @@ information, see
+ +
-- --
{security} provides {security} provides
{xpack-ref}/setting-up-authentication.html#built-in-users[built-in users] to {stack-ov}/built-in-users.html[built-in users] to
help you get up and running. The +elasticsearch-setup-passwords+ command is the help you get up and running. The +elasticsearch-setup-passwords+ command is the
simplest method to set the built-in users' passwords for the first time. simplest method to set the built-in users' passwords for the first time.

View File

@ -142,7 +142,8 @@ services:
volumes: {"esdata_01": {"driver": "local"}, "esdata_02": {"driver": "local"}} volumes: {"esdata_01": {"driver": "local"}, "esdata_02": {"driver": "local"}}
---- ----
<1> Bootstrap `elastic` with the password defined in `.env`. See {xpack-ref}/setting-up-authentication.html#bootstrap-elastic-passwords[the Elastic Bootstrap Password]. <1> Bootstrap `elastic` with the password defined in `.env`. See
{stack-ov}/built-in-users.html#bootstrap-elastic-passwords[the Elastic Bootstrap Password].
<2> Disable verification of authenticity for inter-node communication. Allows <2> Disable verification of authenticity for inter-node communication. Allows
creating self-signed certificates without having to pin specific internal IP addresses. creating self-signed certificates without having to pin specific internal IP addresses.
endif::[] endif::[]