yc managed-opensearch cluster create
Create an OpenSearch cluster
Command Usage
Syntax:
yc managed-opensearch cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Name of the OpenSearchCluster. |
|
|
Description of the cluster. |
|
|
A list of labels given as key=value pairs. |
|
|
Name of the environment wherein deploying the cluster. Supported values: 'production' (default), 'prestable'. |
|
|
Network id. |
|
|
Network name. |
|
|
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. |
|
|
Cluster maintenance window configuration. It defaults to anytime maintenance schedule. Possible property names:
|
|
|
OpenSearch version. |
|
|
Password for entity. Usage of --read-admin-password is more secure |
|
|
Read password for entity from input |
|
|
Generate random password |
|
|
Wether to allow or deny access to Data Transfer. |
|
|
Wether to allow or deny access to Serverless. |
|
|
OpenSearch plugins. |
|
|
Advanced OpenSearch configuration parameters. Possible property names:
|
|
|
A comma-separated list of keystore settings given as key=value pairs. |
|
|
Individual configurations for OpenSearch node groups. Possible property names:
|
|
|
Individual configurations for Dashboards node groups. Possible property names:
|
|
|
Snapshot management configuration (e.g. 'schedule=daily,hour=2,minute=30,max-age-days=10'). Possible property names:
|
|
|
ID of the KMS key for cluster disk encryption. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
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. |