esp_cluster_admin in Command Line Mode

Run command line operations for the esp_cluster_admin utility supported commands.

Run one command for each instance of the esp_cluster_admin call. Repeat the esp_cluster_admin call as many times as needed.

Syntax

Run esp_cluster_admin commands for command line mode:
$ESP_HOME/bin/esp_cluster_admin --uri=esp://<host>:<port> --username=<user-name> --password=<password> --<command> <required-parameters>
If the cluster node is SSL enabled, call esp_cluster_admin:
$ESP_HOME/bin/esp_cluster_admin --uri=esp://<host>:<port> [...]
To administer clusters with RSA authentication, call esp_cluster_admin:
esp_cluster_admin --uri=esp://<host>:<port> --key-alias=mytest --storepass=<password> --keystore=<key_store> --<command> [options]
To administer clusters with Kerberos or LDAP authentication, call esp_cluster_admin:
esp_cluster_admin --uri=esp://<host>:<port> --username=<username> --password=<password>
Note: If you omit the password parameter when you call the esp_cluster_admin tool, Event Stream Processor prompts you for the password and hides it as you type, which improves security.

Options