[Alerting V2][Serverless & 9.5][M2] Setup changes from July 2#7181
Merged
nastasha-solomon merged 4 commits intoJul 3, 2026
Conversation
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. |
2 tasks
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
Reorganizes and rewrites the experimental alerting system onboarding documentation. Three standalone pages (
setup-alerting.md,alerting-privileges.md,quick-start-alerting.md) are replaced with a structured Get started section modeled on the Workflows documentation pattern. New global variables are added todocset.ymlandtoc.ymlis updated to reflect the new hierarchy.Navigation structure
The three source files (
setup-alerting.md,alerting-privileges.md,quick-start-alerting.md) are deleted.Content changes
docset.ymlAdded two new global variables:
alerting-v2-system: "experimental alerting system"alerting-v2-system-cap: "Experimental alerting system"All alerting v2 pages now use
{{alerting-v2-system}}and{{alerting-v2-system-cap}}consistently in place of the previous{{alerting-v2}}and{{alerting-v2-cap}}variables.get-started.md(new)New landing page that introduces the Get started section and links to the three child pages with one-line descriptions of what each covers.
get-started/setup.md(replacessetup-alerting.md)Documents how to turn the
alerting:v2:enabledadvanced setting on and off, organized into three sections:kibana_adminfor Stack;adminproject role for Serverless) and the steps separately. Includes a note that the internal API endpoint has no public equivalent..rule-eventsand.alert-actionsis preserved).Also includes a Next steps section pointing to
configure-access.md, with commented-out links to rules and notifications content pending PRs #6523 and #6525.get-started/configure-access.md(replacesalerting-privileges.md)Replaces the original placeholder-based privilege page with full privilege documentation. Content is organized by user activity rather than by feature category:
Quick reference table: Maps five user activities (author and manage rules, monitor rule execution, triage alert episodes, configure notifications, query rule output and episode data) to their minimum required privileges. Includes a note that roles may also need
readindex access on source indices and Actions and Connectors: All depending on configuration.Alerting feature privileges (under Alerting in role management):
Discover and data access (under Analytics in role management):
.rule-events(rule evaluation records),.alert-actions(episode triage actions),.kibana-event-log-*(action policy dispatch outcomes).get-started/create-your-first-rule.md(replacesquick-start-alerting.md)Complete rewrite as a hands-on tutorial using a P95 latency monitoring scenario. The tutorial walks through the full alert episode lifecycle from setup to automatic recovery.
Prerequisites: Enable the system (links to
setup.md), configure access with Rules: All and Discover: Read +.rule-eventsindex privilege (links to Kibana role management).Tutorial steps (using the
:::::{stepper}component):PUT checkout-service-logswith explicit mapping (keyword, date, float fields).Checkout Service Latency) and description..rule-eventsby rule ID, checksstatus,episode.status,data.service.name, anddata.severityfields.inactive.Key concepts demonstrated: Rules, severity tiers (CASE expression), episode lifecycle (Alert delay: Breaches), automatic recovery (Default recovery), rule events as queryable history.
toc.ymlReplaced the flat list of three source files under
alerting.mdwith a parent-child hierarchy:Out of scope
Generative AI disclosure