Skip to content

Explore Rules

The Rules tab of the Unified Alerts View is the catalog of everything that can fire: every alerting rule from both engines, plus the anomaly detectors and forecasters you define elsewhere, side by side. Where the Alerts tab shows what’s firing now, the Rules tab shows what’s defined.

The Rules tab listing OpenSearch and Prometheus rules together, with a Type column tagging each as Log, Metric, APM, or Cluster Metrics

Each row shows a rule’s name, status, severity, type, health, and owning data source. Filter by any facet to answer questions like “which log rules are unhealthy?” or “show me every critical metric rule on the Prometheus data source.”

The Type facet classifies each rule by the data it runs on — Log, Metric, APM, Cluster Metrics. See Rule types for what each one means. To add a rule from here, use Create alert rule — see Create Rules.

Select a rule to open its detail panel. It shows the rule’s query definition, conditions & evaluation (evaluation interval, pending period, threshold), labels, a condition preview, and its recent alerts — everything you need to understand why a rule is (or isn’t) firing.

A rule detail panel showing the query definition and Edit, Clone, Delete, and Disable rule actions

The panel’s toolbar carries the lifecycle actions:

ActionWhat it does
EditChange the query, schedule, conditions, or notification actions.
CloneDuplicate the rule as a starting point for a similar one.
Disable rule / EnableStop or resume evaluation without deleting the rule — the fastest way to quiet a noisy rule while you tune it.
DeleteRemove the rule permanently.

The left rail is shared with the Alerts tab and scopes the catalog the same way:

  • Datasource — the OpenSearch cluster, the Prometheus data source, or both.
  • Severitycritical, high, medium, and so on.
  • TypeLog, Metric, APM, Cluster Metrics.
  • Labels — filter to one service, exporter, or component in a click.

If the Rules tab is empty, there are no rules for the selected data sources yet. Confirm the right data sources are selected in the filter, or create a rule.