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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for OpenSearch
  • Getting started
    • Resource relationships
    • Host roles
    • Indexes
    • Index policies
    • Searching with OpenSearch
    • Host classes
    • Networking in Managed Service for OpenSearch
    • Quotas and limits
    • Disk types
    • Backups
    • Sharding and replication
    • OpenSearch plugins
    • OpenSearch versioning policy
    • Maintenance
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Concepts
  2. Resource relationships

Resource relationships in Managed Service for OpenSearch

Written by
Yandex Cloud
Updated at May 5, 2025

OpenSearch is a specialized distributed system for storing, searching, visualizing, and analyzing data. When you add a document to OpenSearch, it is placed into an index. Data from an indexed document is available for search and analysis.

OpenSearch features OpenSearch Dashboards, a data visualization UI.

The main entity used in Managed Service for OpenSearch is a database cluster.

Each cluster consists of one or more hosts, which are virtual machines with DBMS servers deployed. Cluster hosts may reside in different availability zones. The minimum number of hosts in a cluster depends on the selected disk type.

When creating a cluster, specify:

  • Host classes: VM templates for deploying the cluster hosts.

  • Host groups: Groups of multiple linked hosts with specific configuration and roles:

    • DATA: Enable index storage and request processing.
    • MANAGER: Ensure fault tolerance of all OpenSearch components.
    • DASHBOARDS: Provide access to OpenSearch Dashboards.

    A single-host cluster is not fault tolerant. A cluster with multiple hosts automatically ensures fault tolerance for the MANAGER role. To ensure data safety in such a cluster, you need to configure index sharding and replication.

  • Environment where the cluster will be deployed:

    • PRODUCTION: For stable versions of your apps.
    • PRESTABLE: For testing purposes. The prestable environment is similar to the production environment and likewise covered by the SLA, but it is the first to get new functionalities, improvements, and bug fixes. In the prestable environment, you can test compatibility of new versions with your application.

An OpenSearch cluster created in a folder can be accessed by all VMs connected to the same cloud network as the cluster.

Alert

The service can automatically access the system and diagnostic information of your databases to build monitoring charts and maintain your cluster health. The service never queries or uses the data you saved to the database.

Cluster fault toleranceCluster fault tolerance

For secure cluster data storage and continuous availability, the cluster must meet the following requirements:

  • The cluster must not have any indexes with zero replicas or settings that prevent replicas from being created.
  • Cluster hosts with the DATA role must reside in at least two different availability zones.
  • Cluster hosts with the MANAGER role must reside in at least three different availability zones; and each availability zone must have less than 50% of such hosts of the total number of hosts with the MANAGER role.

Was the article helpful?

Previous
Managed Service for Kubernetes cluster monitoring with Filebeat OSS
Next
Host roles
© 2025 Direct Cursus Technology L.L.C.