[Alerting V2][Serverless & 9.5][M2] Alert changes from June 22, 2026#7078
Merged
nastasha-solomon merged 7 commits intoJul 1, 2026
Conversation
This was referenced Jun 23, 2026
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
…ntal-alerts-end-of-june
9f556c8
into
alerting/experimental-alerts-v2
7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates alerting docs for the experimental alerting system with content from five M2 doc issues, plus a structural restructuring of the alerts documentation set. Following the tech preview principle of accuracy over comprehensiveness, additions focus on stable concepts — what these features help users understand, when to use them, and how they fit into the system.
Structural changes
view-and-manage-alerts.mdsplit into three pagesThe original page covered too many distinct tasks in a single file. It has been split into:
view-and-manage-alerts.md(retained as parent) — Now scoped to the overview of the Alerts UI: space scoping, KPI panels, episode histogram, and filter/search. Links forward to the two child pages.triage-alert-episodes.md(new) — Covers all triage actions: acknowledge, snooze, resolve, activate, edit tags, assign, bulk actions, Open in Discover, and the action scope reference table.investigate-alert-episodes.md(new) — Covers the episode detail page: metric trend, related episodes by series, source event metadata, response history and actors, and episode assignment.alert-states-and-fields-reference.mdrenamed tofield-reference.mdRenamed to better reflect the page's purpose as a field schema reference rather than a state reference. New H1 title: "Alert data stream field reference". The standalone status values section was removed; status values and accepted values are now documented inline in each field's description column. Both tables were updated from four columns to three (Field, Type, Description) following standard reference conventions.
alert-data-model.mdadded (moved fromalerts.md)The "Where alerts live" and "Signals versus alerts" content was extracted from
alerts.mdinto a new dedicated page explaining the foundational data model: what the system writes, where it writes it (.rule-eventsand.alert-actions), and how rule mode determines whether a document is a signal or an alert.toc.ymlrestructuredThe nav hierarchy now reflects the logical grouping of pages:
Content changes
Metric trend for threshold rules on the episode detail page (#7160)
Kibana PR #275034 adds a trend panel to the episode detail page that plots the metric values evaluated by a rule over the episode's time range, alongside the threshold values from the rule conditions. The panel is only present for threshold-based rules.
alerts/investigate-alert-episodes.md— Added a "Metric trend" section documenting: what the trend view shows (evaluated metric versus threshold conditions over the episode's lifetime), the multi-condition grouping behavior (same metric → combined view; different metrics → separate views per metric), and the conditional visibility rule (absent for signal-mode rules and rules without comparable metric output).What was omitted: panel position relative to other elements, visual styling of threshold lines, badge selector UI for switching between metrics, and flyout versus full-page behavior differences.
Histogram chart and KPI panels on the alert episodes list (#6872, #6876)
PR #270922 added a histogram chart above the alert episodes table. PR #271147 added two KPI stat panels to the same page.
alerts/view-and-manage-alerts.md— Added a "Monitor alert health and trends" section covering KPI panels (aggregate counts that update as filters change) and the episode histogram (trend over time, breakdown by dimensions). Includes a:::noteblock for the 10,000-episode query cap. A<!-- CONTENT NEEDED -->comment flags that specific KPI panel labels and layout should be documented once the UI stabilizes before GA.What was omitted: specific KPI metric labels by panel name, all histogram breakdown option names, color coding for status badges, and URL persistence of selections.
Discover Alerts menu access and v2 flyout routing (#6878, #7010)
PR #267469 fixed a bug where the Discover Alerts menu was hidden for users with only
{{alerting-v2-system}}access. PR #272724 redesigned the Alerts menu and routes rule creation to the v2 rule form when{{alerting-v2-system}}is enabled.alerts/query-alerts-and-signals-in-discover.md— Added a "Create rules from Discover" section covering the access rule (either Kibana alerting access or{{alerting-v2-system}}access is sufficient) and the routing behavior. A<!-- CONTENT NEEDED -->comment calls for step-by-step instructions once the rules page is written.What was omitted: specific redesigned menu structure, screenshots, and detailed creation steps.
Query page improvements
alerts/query-alerts-and-signals-in-discover.md— Multiple improvements throughout:.rule-eventsand.alert-actionsdata views in Discover, sourced from the existing data views docs with a cross-link.####subsections with descriptive titles, introductory sentences, and inline//comments annotating each meaningful query line.episode_idoptionality caveat (system-written action types may not carryepisode_id), explain the naming difference betweenepisode.idandepisode_id, and recommendgroup_hashas the more reliable join key.Generative AI disclosure