[DOCS] Fixes command page titles

This commit is contained in:
lcawl 2018-08-28 14:34:39 -07:00
parent 5697d93cbf
commit 1cbde721dc
3 changed files with 4 additions and 7 deletions

View File

@ -1,9 +1,9 @@
[role="xpack"] [role="xpack"]
[testenv="gold+"] [testenv="gold+"]
[[certgen]] [[certgen]]
== certgen == elasticsearch-certgen
deprecated[6.1,Replaced by <<certutil,`certutil`>>.] deprecated[6.1,Replaced by <<certutil,`elasticsearch-certutil`>>.]
The `elasticsearch-certgen` command simplifies the creation of certificate The `elasticsearch-certgen` command simplifies the creation of certificate
authorities (CA), certificate signing requests (CSR), and signed certificates authorities (CA), certificate signing requests (CSR), and signed certificates

View File

@ -1,7 +1,7 @@
[role="xpack"] [role="xpack"]
[testenv="gold+"] [testenv="gold+"]
[[saml-metadata]] [[saml-metadata]]
== saml-metadata == elasticsearch-saml-metadata
The `elasticsearch-saml-metadata` command can be used to generate a SAML 2.0 Service The `elasticsearch-saml-metadata` command can be used to generate a SAML 2.0 Service
Provider Metadata file. Provider Metadata file.

View File

@ -1,10 +1,7 @@
[role="xpack"] [role="xpack"]
[testenv="gold+"] [testenv="gold+"]
[[users-command]] [[users-command]]
== Users Command == elasticsearch-users
++++
<titleabbrev>users</titleabbrev>
++++
If you use file-based user authentication, the `elasticsearch-users` command If you use file-based user authentication, the `elasticsearch-users` command
enables you to add and remove users, assign user roles, and manage passwords. enables you to add and remove users, assign user roles, and manage passwords.