1
0
Эх сурвалжийг харах

[DOCS] Adds link to list of built-in users (#39529)

Lisa Cawley 6 жил өмнө
parent
commit
fc3dd248fe

+ 2 - 2
docs/reference/commands/setup-passwords.asciidoc

@@ -3,8 +3,8 @@
 [[setup-passwords]]
 == elasticsearch-setup-passwords
 
-The `elasticsearch-setup-passwords` command sets the passwords for the built-in
-`elastic`, `kibana`, `logstash_system`, `beats_system`, and `apm_system` users.
+The `elasticsearch-setup-passwords` command sets the passwords for the
+{stack-ov}/built-in-users.html[built-in users].
 
 [float]
 === Synopsis

+ 1 - 2
x-pack/docs/en/security/configuring-es.asciidoc

@@ -55,8 +55,7 @@ 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.
 
 For example, you can run the command in an "interactive" mode, which prompts you
-to enter new passwords for the `elastic`, `kibana`, `beats_system`,
-`logstash_system`, and `apm_system` users:
+to enter new passwords for the built-in users:
 
 [source,shell]
 --------------------------------------------------