We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939a4f5 commit 440ac34Copy full SHA for 440ac34
x-pack/docs/en/security/troubleshooting.asciidoc
@@ -88,15 +88,15 @@ the users. Any unknown roles are marked with `*`.
88
--
89
[source, shell]
90
------------------------------------------
91
-bin/xpack/users list
+bin/elasticsearch-users list
92
rdeniro : admin
93
alpacino : power_user
94
jacknich : monitoring,unknown_role* <1>
95
96
<1> `unknown_role` was not found in `roles.yml`
97
98
-For more information about this command, see
99
-{ref}/users-command.html[Users Command].
+For more information about this command, see the
+{ref}/users-command.html[`elasticsearch-users` command].
100
101
102
. If you are authenticating to LDAP, a number of configuration options can cause
0 commit comments