All Products
Search
Document Center

OpenSearch:Cloud Monitor alerts

Last Updated:Jul 02, 2026

Use CloudMonitor to monitor your OpenSearch applications and get alerted before performance issues affect your users. CloudMonitor collects key metrics — including storage usage, query throughput, compute consumption, and data ingestion rates — and lets you configure alert rules so you can respond to problems early.

Metrics

OpenSearch exposes metrics across four areas: storage, query performance, compute, and data ingestion.

Storage

MetricDescription
Doc SizeTotal storage capacity in use.
Doc Size RatioRatio of storage used to purchased storage space.
Doc CountTotal number of documents.

Query performance

MetricDescription
QPSNumber of queries per second.
Loss QPSNumber of queries throttled per second.
LatencyDuration of a single query, in milliseconds.

Compute

MetricDescription
Computing ResourceNumber of logical computing units used for queries per second.
Compute Resource RatioRatio of logical computing units used for queries per second to the quota of logical computing units.
Compute CostNumber of logical computing units consumed by a single query.
Daily Peak Compute ResourceMaximum number of logical computing units that can be used for queries per day.

Data ingestion

Full import metrics track batch import operations:

MetricDescription
APP Batch Import ThroughputBytes read from the data source per second during full import.
APP Batch Read TPSDocuments read from the database per second during full import.
APP Batch Write TPSDocuments written to the engine per second during full import. Data may be merged or processed by plug-ins.

Real-time import metrics track incremental data updates:

MetricDescription
APP Realtime Input ThroughputBytes read from a data source or by calling an API operation per second.
realtime trigger latencyLatency in updating real-time data to the secondary table.
realtime write latencyLatency in updating real-time data to the primary table.
rt read tpsDocuments read from a data source or by calling an API operation per second.
rt write tpsDocuments written to the engine per second during real-time import. Data may be merged or processed by plug-ins.
slave trigger tpsDocuments updated in the primary table per second due to secondary table updates. For example, if one secondary table entry is updated per second and each maps to three primary table entries, up to three primary table entries may be updated per second.
write rate limit qpsNumber of times per second that data pushes trigger throttling.
invalid record tpsNumber of documents per second that fail to be written to the engine during real-time import due to invalid data formats, field type mismatches, or business rule validation failures. Use this metric to detect data quality issues or ingestion pipeline problems.

View metrics in CloudMonitor

  1. Log on to the OpenSearch console. On the Instance Management page, find the application instance and click Details in the Actions column.

    image

  2. In the upper-right corner of the Application Details page, click View CloudMonitor Metrics.

    image

  3. View metrics on the View CloudMonitor Metrics page.

    image

Set up alerting

CloudMonitor provides two alerting options: initiative alerts for quick setup with predefined rules, and custom alert rules for full control over thresholds and notification channels.

Enable initiative alerts

Initiative alerts come pre-configured for four key metrics: capacity usage, computing resource usage, Loss QPS, and real-time processing latency.

  1. Log on to the OpenSearch console with an Alibaba Cloud account. On the Instance Management page, click Initiative Alert.

    Note

    You can also go directly to the CloudMonitor console and start from step 3.

    image

  2. The Initiative Alert message appears with Status being Disabled. Click Enable Now.

    Note

    If the status is already Enabled, skip this step.

    image

  3. In the CloudMonitor console, go to Alerts > Initiative Alert. Find OpenSearch and turn on Initiative Alert. Click the Show icon next to OpenSearch to view and configure alert rules.

    image

Create custom alert rules

For metrics not covered by initiative alerts, or to fine-tune thresholds and notification contacts, create custom alert rules in CloudMonitor. See Create an alert rule and Create alert contacts or contact groups for step-by-step instructions.

If you need further assistance with CloudMonitor, submit a ticket.