Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for Elasticsearch
  • Getting started
    • All guides
      • Information about existing clusters
      • Creating a cluster
      • Stopping and starting a cluster
      • Managing hosts
      • Migrating hosts to a different availability zone
      • Managing backups
      • Configuring access to Object Storage
      • Deleting a cluster
    • User management
  • Access management
  • Pricing policy
  • CLI reference
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • Getting a list of clusters in a folder
  • Getting detailed information about a cluster
  • Viewing a list of operations in a cluster
  1. Step-by-step guides
  2. Clusters
  3. Information about existing clusters

Information about existing Elasticsearch clusters

Written by
Yandex Cloud
Updated at May 13, 2025
  • Getting a list of clusters in a folder
  • Getting detailed information about a cluster
  • Viewing a list of operations in a cluster

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 folderGetting a list of clusters in a folder

Management console
CLI
API

In the management console, go to the folder page and select Managed Service for Elasticsearch.

If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. 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 clusterGetting detailed information about a cluster

Management console
CLI
API
  1. In the management console, go to the folder page and select Managed Service for Elasticsearch.
  2. Click the cluster name.

If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. 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 clusterViewing a list of operations in a cluster

The operation list shows operations with clusters and related resources (for example, hosts and shards).

Management console
CLI
API
  1. In the management console, go to the folder page and select Managed Service for Elasticsearch.
  2. Click the cluster name.
  3. Go to the Operations tab.

If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. 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.

Was the article helpful?

Previous
All guides
Next
Creating a cluster
Yandex project
© 2025 Yandex.Cloud LLC