Skip to content

Commit 440ac34

Browse files
committed
[DOCS] Fixes users command name (#30275)
1 parent 939a4f5 commit 440ac34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x-pack/docs/en/security/troubleshooting.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ the users. Any unknown roles are marked with `*`.
8888
--
8989
[source, shell]
9090
------------------------------------------
91-
bin/xpack/users list
91+
bin/elasticsearch-users list
9292
rdeniro : admin
9393
alpacino : power_user
9494
jacknich : monitoring,unknown_role* <1>
9595
------------------------------------------
9696
<1> `unknown_role` was not found in `roles.yml`
9797

98-
For more information about this command, see
99-
{ref}/users-command.html[Users Command].
98+
For more information about this command, see the
99+
{ref}/users-command.html[`elasticsearch-users` command].
100100
--
101101

102102
. If you are authenticating to LDAP, a number of configuration options can cause

0 commit comments

Comments
 (0)