mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-27 00:27:25 -04:00
This commit removes the deprecated migrate tool which was used to migrate users from the file realm to native realm when the native realm was first created.
28 lines
559 B
Text
28 lines
559 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>>
|
|
* <<node-tool>>
|
|
* <<saml-metadata>>
|
|
* <<setup-passwords>>
|
|
* <<shard-tool>>
|
|
* <<syskeygen>>
|
|
* <<users-command>>
|
|
|
|
--
|
|
|
|
include::certgen.asciidoc[]
|
|
include::certutil.asciidoc[]
|
|
include::node-tool.asciidoc[]
|
|
include::saml-metadata.asciidoc[]
|
|
include::setup-passwords.asciidoc[]
|
|
include::shard-tool.asciidoc[]
|
|
include::syskeygen.asciidoc[]
|
|
include::users-command.asciidoc[]
|