Skip to content

Commit

Permalink
[DOCS] Fixes broken links to bootstrap user (#30349)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 2, 2018
1 parent a65fe9d commit 4ddbf91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/docs/en/commands/setup-passwords.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bin/elasticsearch-setup-passwords auto|interactive

This command is intended for use only during the initial configuration of
{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`
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}
Expand Down
2 changes: 1 addition & 1 deletion x-pack/docs/en/security/configuring-es.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ information, see
+
--
{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
simplest method to set the built-in users' passwords for the first time.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ services:
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
creating self-signed certificates without having to pin specific internal IP addresses.
endif::[]
Expand Down

0 comments on commit 4ddbf91

Please sign in to comment.