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

This commit is contained in:
Lisa Cawley 2019-03-01 10:29:59 -08:00 committed by lcawl
parent 2a20e8e3fe
commit f1a7166708
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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]
--------------------------------------------------