|
@@ -1,11 +1,22 @@
|
|
|
---
|
|
|
mapped_pages:
|
|
|
- https://www.elastic.co/guide/en/elasticsearch/reference/current/commands.html
|
|
|
+applies_to:
|
|
|
+ deployment:
|
|
|
+ self: ga
|
|
|
+products:
|
|
|
+ - id: elasticsearch
|
|
|
---
|
|
|
|
|
|
-# Command line tools [commands]
|
|
|
+# Command-line tools [commands]
|
|
|
|
|
|
-{{es}} provides the following tools for configuring security and performing other tasks from the command line:
|
|
|
+{{es}} includes a set of command-line tools in its `bin` subdirectory (for example, `/usr/share/elasticsearch/bin`). These tools support tasks such as generating TLS/SSL certificates, configuring security settings and user credentials, enrolling or reconfiguring nodes, managing corrupted shards, and other node-level administrative operations that are only possible, or simpler to perform, outside the REST API.
|
|
|
+
|
|
|
+:::{important}
|
|
|
+The tools are intended for use in self-managed environments and are included with all {{es}} software packages and Docker images, but are not accessible in fully managed {{ecloud}} deployments such as {{ech}} or {{serverless-full}}. Similarly, they are not designed for use in {{ece}} or {{eck}}.
|
|
|
+:::
|
|
|
+
|
|
|
+The following tools are available:
|
|
|
|
|
|
* [*elasticsearch-certgen*](/reference/elasticsearch/command-line-tools/certgen.md)
|
|
|
* [*elasticsearch-certutil*](/reference/elasticsearch/command-line-tools/certutil.md)
|