Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 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
    • Storage
    • Backups
    • Sharding and replication
    • High availability clusters
    • 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 March 25, 2026

OpenSearch is a distributed system for data search and analysis. It uses the document data model, in which a document is a logical counterpart of a row in relational databases. Each document stores key-value pairs, e.g., in JSON format.

Document example:

{
"name": "John Doe",
"gpa": 3.89,
"grad_year": 2022
}

Each document added to OpenSearch goes into an index. After indexing, document data will be available for search and analysis.

OpenSearch features OpenSearch Dashboards, a data visualization UI.

The main entity Managed Service for OpenSearch operates is an cluster.

Each cluster consists of one or more hosts, which are virtual machines with deployed OpenSearch. Cluster hosts may reside in different availability zones. The minimum number of hosts in a cluster depends on the selected cluster configuration and high availability requirements.

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.
  • Environment where the cluster will be deployed:

    • PRODUCTION: For stable versions of your applications.
    • PRESTABLE: For testing purposes. The prestable environment is similar to the production environment and likewise covered by an SLA, but it is the first to get new features, improvements, and bug fixes. In the prestable environment, you can test new versions for compatibility 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 render monitoring charts and maintain your cluster health. It never accesses or uses the data you entered into the database manually.

Be mindful of what is managed by the service and what, by the Yandex Cloud customer. Understanding these areas of management helps you use your cloud resources efficiently and avoid potential database-related issues. For more information, see Zones of control between managed database (MDB) service users and Yandex Cloud.

High availability of a clusterHigh availability of a cluster

For a cluster to be highly available and covered by a service level agreement (SLA), the following conditions must be met:

  1. The cluster must have two or more hosts with the DATA role.
  2. The cluster must have three or more hosts with the MANAGER role.

More on high-availability of clusters.

Was the article helpful?

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