From 37aeb622bcd992f70cd6adeac6b4618f0a86ebe2 Mon Sep 17 00:00:00 2001 From: lcawley Date: Mon, 30 Apr 2018 13:46:41 -0700 Subject: [PATCH] [DOCS] Fixes users command name --- x-pack/docs/en/security/troubleshooting.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/docs/en/security/troubleshooting.asciidoc b/x-pack/docs/en/security/troubleshooting.asciidoc index 6b8e884149616..e805ed07a7dec 100644 --- a/x-pack/docs/en/security/troubleshooting.asciidoc +++ b/x-pack/docs/en/security/troubleshooting.asciidoc @@ -64,15 +64,15 @@ the users. Any unknown roles are marked with `*`. -- [source, shell] ------------------------------------------ -bin/xpack/users list +bin/elasticsearch-users list rdeniro : admin alpacino : power_user jacknich : monitoring,unknown_role* <1> ------------------------------------------ <1> `unknown_role` was not found in `roles.yml` -For more information about this command, see -{ref}/users-command.html[Users Command]. +For more information about this command, see the +{ref}/users-command.html[`elasticsearch-users` command]. -- . If you are authenticating to LDAP, a number of configuration options can cause