yc managed-opensearch cluster update
Update a managed OpenSearchCluster.
Command Usage
Syntax:
yc managed-opensearch cluster update <CLUSTER-NAME>|<CLUSTER-ID> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
|
|
ID of the OpenSearch cluster. |
|
|
Name of the OpenSearch cluster. |
|
|
Maximum amount of clauses to use in a query. |
|
|
Data field cache size. |
|
|
Comma-separated list of host:port pairs indicating the remote sources to be reindexed. |
|
|
Snapshot schedule type. Supported: 'hourly', 'daily', 'weekly'. Leave empty for default settings. |
|
|
For weekly schedule, the day of the week ('mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun') to start snapshot. |
|
|
For daily/weekly schedule, the hour (0-23) of the day ) to start snapshot. |
|
|
For any schedule, the minute (0-59) of the hour to start snapshot. |
|
|
Max snapshot age in days. 7 days minimum. |
|
|
Name of the cluster. |
|
|
Description of the cluster. |
|
|
A list of labels given as key=value pairs. |
|
|
A comma-separated list of security group names to be used for the cluster. |
|
|
A comma-separated list of security group IDs to be used for the cluster. |
|
|
service account id. |
|
|
ID of the service account to be used for the cluster. |
|
|
Wether to inhibit or not cluster deletion. Supported values: 'true' or 'false' |
|
|
Cluster maintenance window configuration. It defaults to anytime maintenance schedule. Possible property names:
|
|
|
Network id. |
|
|
Network name. |
|
|
OpenSearch version. |
|
|
New password for entity. It is not secure to specify password in command line. To avoid it you can omit this flag and enter password when prompted. |
|
|
Generate random password |
|
|
Wether to allow or deny access to Data Transfer. |
|
|
Wether to allow or deny access to Serverless. |
|
|
OpenSearch plugins. |
|
|
A comma-separated list of keystore settings to add/replace given as key=value pairs. Old entries not listed here will be left unchanged. |
|
|
A comma-separated list of keystore settings to remove. |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |