Skip to content

Unified Alerts View

The Unified Alerts View (labeled Alerts in the OpenSearch Dashboards side navigation) brings alerting, anomaly detection, and forecasting into one experience. Use it to create and manage alert rules, anomaly detectors, and forecasters, and to investigate alerts and detected anomalies without switching between plugin dashboards.

The Unified Alerts View Alerts tab, showing the severity-colored alert timeline and a list of active alerts from both data sources

TabWhat it showsWhere to read more
AlertsCurrently firing and historical alerts, where available, plus anomaly results across the selected data sources.Explore Alerts
RulesAlerting rules, anomaly detectors, and forecasters, with their current status, type, health, and data source. Also where you create and manage them.Create Rules · Explore Rules
RoutingThe Prometheus Alertmanager routing tree — which receiver each metric alert is sent to.Routing

The Rules tab lists alerting rules and machine-learning resources side by side. The Type facet identifies how each resource evaluates data:

The Rules tab listing resources with their status, severity, type, health, and data source

TypePurposeDefined with
LogAlert on logs and traces in OpenSearch indicesPPL
MetricAlert on Prometheus time seriesPromQL
Anomaly DetectorLearn normal behavior and identify unusual values in OpenSearch time-series dataOne or more aggregation features
ForecasterPredict future values from OpenSearch time-series dataAn indicator, forecast interval, and horizon
APMAlert on trace and span data (classic monitors)Query DSL
Cluster MetricsAlert on OpenSearch cluster health (classic monitors)API calls

The Create menu builds log rules, metric rules, anomaly detection rules, and forecasting rules. See Create Rules for each workflow. APM and Cluster Metrics rules also appear here but are classic monitors created in the standalone Alerting app.

Anomaly detector results appear as anomalies in the Alerts tab. Forecasters do not create alert rows by themselves; use the Rules tab to check their runtime status and inspect their configuration. For more background on the models, see Anomaly Detection and Forecasting.

The Unified Alerts View is the new, default alerting experience. The standalone Alerting app continues to provide classic monitor workflows that are not available in the unified creation forms.

The classic app offers monitor types that the log-rule form doesn’t cover, defined with a visual editor or an extraction (query DSL) query rather than PPL:

Classic typeBest forModern equivalent
Per-queryA single threshold check on aggregation resultsLog rule: stats + custom condition
Per-bucketOne alert per group (e.g. per service)Log rule: stats ... by <field> + custom condition
Per-documentAlerting on individual matching documents, with findings— (use classic)
Per-cluster metricsWatching OpenSearch cluster health via API calls— (use classic)
CompositeChaining monitors with workflow logic to reduce noise— (use classic)

For most observability use cases a PPL log rule is faster to write and read than a per-query or per-bucket monitor. Reach for the classic app when you need per-document, per-cluster metrics, or composite monitors. Rules created either way surface together in this view, tagged by type. For the full classic reference, see the OpenSearch Alerting documentation.