Summary
Alerting v2 action policies previously scoped by rule type and rule ID fields. This PR removes those fields and replaces them with a matcher-based pattern, allowing more flexible alert scoping. Users creating action policies now define scope via a matcher expression (e.g., event.ruleId: "my-rule-id") rather than selecting a fixed type or rule. Documentation should cover the new matcher syntax and migration from the old type/ruleId approach.
Why this needs docs: Removal of public-facing schema fields and introduction of a new scoping mechanism (matcher) is a user-visible breaking change in configuration that requires doc coverage.
Resources
- PR #272196 — feat(action_policies): remove type/ruleId and scope via matcher
Availability
| Channel |
Details |
| Stack |
v9.5.0 |
| Serverless |
Jun 22–Jun 26 |
| Feature status |
technical-preview |
| Feature flag |
None — active by default |
Created with Docs Quest Scanner by @nastasha-solomon
Suggested edits
Alerting (Kibana) > Action policies
- What the docs say: No Alerting v2 action policy docs exist yet; existing alerting docs cover Kibana Rules only.
- What to add: Create a new section or how-to page explaining action policies in Alerting v2, describing the matcher field syntax and providing examples of scoping policies to specific rules or rule patterns. Note that type and ruleId fields are removed; all scoping is now done through the matcher expression. Stack only, from 9.5.0 (technical preview).
Summary
Alerting v2 action policies previously scoped by rule type and rule ID fields. This PR removes those fields and replaces them with a matcher-based pattern, allowing more flexible alert scoping. Users creating action policies now define scope via a matcher expression (e.g., event.ruleId: "my-rule-id") rather than selecting a fixed type or rule. Documentation should cover the new matcher syntax and migration from the old type/ruleId approach.
Why this needs docs: Removal of public-facing schema fields and introduction of a new scoping mechanism (matcher) is a user-visible breaking change in configuration that requires doc coverage.
Resources
Availability
Created with Docs Quest Scanner by @nastasha-solomon
Suggested edits
Alerting (Kibana) > Action policies