mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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.
37 lines
847 B
Text
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[]
|