Skip to content

Commit 4ddbf91

Browse files
committed
[DOCS] Fixes broken links to bootstrap user (#30349)
1 parent a65fe9d commit 4ddbf91

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

x-pack/docs/en/commands/setup-passwords.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bin/elasticsearch-setup-passwords auto|interactive
2020

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

x-pack/docs/en/security/configuring-es.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ information, see
4747
+
4848
--
4949
{security} provides
50-
{xpack-ref}/setting-up-authentication.html#built-in-users[built-in users] to
50+
{stack-ov}/built-in-users.html[built-in users] to
5151
help you get up and running. The +elasticsearch-setup-passwords+ command is the
5252
simplest method to set the built-in users' passwords for the first time.
5353

x-pack/docs/en/security/securing-communications/configuring-tls-docker.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ services:
142142
volumes: {"esdata_01": {"driver": "local"}, "esdata_02": {"driver": "local"}}
143143
----
144144

145-
<1> Bootstrap `elastic` with the password defined in `.env`. See {xpack-ref}/setting-up-authentication.html#bootstrap-elastic-passwords[the Elastic Bootstrap Password].
145+
<1> Bootstrap `elastic` with the password defined in `.env`. See
146+
{stack-ov}/built-in-users.html#bootstrap-elastic-passwords[the Elastic Bootstrap Password].
146147
<2> Disable verification of authenticity for inter-node communication. Allows
147148
creating self-signed certificates without having to pin specific internal IP addresses.
148149
endif::[]

0 commit comments

Comments
 (0)