elasticsearch/docs/reference/commands/index.asciidoc
Ioannis Kakavas 0eb2baa07d
CLI tool to (re)set users password (#79709)
This change introduces a new CLI tool that can be used to set and
reset the password of all the built-in users and users in the native
realm in Elasticsearch. It depends on the file realm being enabled
(which it is, by default) and can (re)set one built-in user password at a time.
It removes the previously introduced elasticsearch-reset-elastic-password
and elasticsearch-reset-kibana-system-password as their functionality is
covered by this new tool.
2021-10-26 07:57:18 +03:00

37 lines
847 B
Text

[[commands]]
= Command line tools
[partintro]
--
{es} provides the following tools for configuring security and performing other
tasks from the command line:
* <<certgen>>
* <<certutil>>
* <<create-enrollment-token>>
* <<elasticsearch-croneval>>
* <<elasticsearch-keystore>>
* <<node-tool>>
* <<reset-password>>
* <<saml-metadata>>
* <<setup-passwords>>
* <<shard-tool>>
* <<syskeygen>>
* <<users-command>>
--
include::certgen.asciidoc[]
include::certutil.asciidoc[]
include::create-enrollment-token.asciidoc[]
include::croneval.asciidoc[]
include::keystore.asciidoc[]
include::node-tool.asciidoc[]
include::reset-password.asciidoc[]
include::saml-metadata.asciidoc[]
include::service-tokens-command.asciidoc[]
include::setup-passwords.asciidoc[]
include::shard-tool.asciidoc[]
include::syskeygen.asciidoc[]
include::users-command.asciidoc[]