Information about existing Elasticsearch clusters
Warning
Yandex Managed Service for Elasticsearch is unavailable as of April 11, 2024.
You can create an OpenSearch cluster in Yandex Cloud as an alternative to Elasticsearch.
You can request detailed information about each Managed Service for Elasticsearch cluster you created.
Getting a list of clusters in a folder
In the management console
If you do not have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To get a list of clusters, run the following command:
yc managed-elasticsearch cluster list
To get a list of clusters in a folder, use the list REST API method for the Cluster resource or the ClusterService/List gRPC API call and provide the folder ID in the folderId
query parameter.
Getting detailed information about a cluster
- In the management console
, go to the folder page and select Managed Service for Elasticsearch. - Click the cluster name.
If you do not have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To get cluster details, run the command:
yc managed-elasticsearch cluster get <cluster_name_or_ID>
You can request the cluster name and ID with a list of clusters in the folder.
To get cluster details, use the get REST API method for the Cluster resource or the ClusterService/Get gRPC API call and provide the cluster ID in the clusterId
query parameter.
You can get the cluster ID with a list of clusters in the folder.
Viewing a list of operations in a cluster
The operation list shows operations with clusters and related resources (for example, hosts and shards).
- In the management console
, go to the folder page and select Managed Service for Elasticsearch. - Click the cluster name.
- Go to the Operations tab.
If you do not have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To get a list of cluster operations, run the command:
yc managed-elasticsearch cluster list-operations <cluster_name_or_ID>
You can request the cluster name and ID with a list of clusters in the folder.
To get a list of operations, use the listOperations REST API method for the Cluster resource or the ClusterService/ListOperations gRPC API call and provide the cluster ID in the clusterId
query parameter.
You can get the cluster ID with a list of clusters in the folder.