-
Notifications
You must be signed in to change notification settings - Fork 240
[Alerting V2][Serverless & 9.5][M2] Add experimental alerting features overview pages #6521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nastasha-solomon
wants to merge
19
commits into
main
Choose a base branch
from
alerting/experimental-overview
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ff31898
Add experimental alerting features overview pages
nastasha-solomon 3d56dce
Add alerting-v2 variables and replace phrase throughout
nastasha-solomon 2439f79
naming
nastasha-solomon d013baf
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon 0634d41
update vars
nastasha-solomon c1e1f82
Merge branch 'alerting/experimental-overview' of https://github.com/eβ¦
nastasha-solomon 57eef48
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon a8ddf6b
Update variables and addresses editorial feedback for alerting v2 oveβ¦
nastasha-solomon 2c849a9
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon 5c4177e
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon 2238339
Terminology refresh
nastasha-solomon 5a8dbfb
align with action policy docs
nastasha-solomon b09b071
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon a1432c1
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon 41f709b
editorial feedback
nastasha-solomon cad7e8b
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon bf7e0b0
update applies_to tags
nastasha-solomon bc0baa3
Updates modes
nastasha-solomon c4a9600
Merge branch 'main' into alerting/experimental-overview
nastasha-solomon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| applies_to: | ||
| stack: ga | ||
| serverless: ga | ||
| products: | ||
| - id: kibana | ||
| - id: cloud-serverless | ||
| - id: elasticsearch | ||
| - id: cloud-hosted | ||
| description: Compare Kibana alerting, the experimental ES|QL-based alerting system, and Watcher by use case and deployment type to select the right tool for your monitoring needs. | ||
| --- | ||
|
|
||
| # Choose an alerting system [choose-an-alerting-system] | ||
|
|
||
| Elastic has three alerting systems. You only need one. Pick the one that fits how you want to define rules and route notifications. | ||
|
|
||
| ## Select by use case | ||
|
|
||
| | Goal | Suggested system | | ||
| |---|---| | ||
| | Monitor metrics, logs, or uptime with ready-made rules and no query language | [{{kib}} alerting](alerts.md) | | ||
| | Use rules built for Security, Observability, APM, or Maps | [{{kib}} alerting](alerts.md) | | ||
| | Write {{esql}} to define exactly what to detect and what data each alert episode carries | [{{alerting-v2-system-cap}}](kibana-alerting-experimental.md) {applies_to}`serverless: experimental` {applies_to}`stack: experimental 9.5+` | | ||
| | Query alert history in Discover or build dashboards from alert data | [{{alerting-v2-system-cap}}](kibana-alerting-experimental.md) {applies_to}`serverless: experimental` {applies_to}`stack: experimental 9.5+` | | ||
| | Manage notification routing, grouping, and throttling in one place, reusable across rules | [{{alerting-v2-system-cap}}](kibana-alerting-experimental.md) {applies_to}`serverless: experimental` {applies_to}`stack: experimental 9.5+` | | ||
| | Build highly custom logic with scripting and chained inputs | [Watcher](watcher.md) {applies_to}`stack: ga` {applies_to}`serverless: unavailable` | | ||
|
|
||
| ## Compare at a glance | ||
|
|
||
| | | {{kib}} alerting | {{alerting-v2-system-cap}} | Watcher | | ||
| |---|---|---|---| | ||
| | **Best for** | Teams using built-in rule types with form-based setup | Teams that need full control over detection and notification routing | Custom alerting logic requiring scripting | | ||
| | **Rule definition** | Select a rule type and fill in parameters | Write an {{esql}} query | Write a JSON watch definition | | ||
| | **Alert data** | In-place updates, limited query support | Append-only events queryable with {{esql}} in Discover | Watch history index | | ||
| | **Notifications** | Configured per action on each rule | Centralized action policies, reusable across rules | Action-level throttling and conditions | | ||
| | **Noise reduction** | Snooze per rule, maintenance windows | Per-episode acknowledge or deactivate, per-series snooze, maintenance windows, match condition routing in action policies | Action conditions and throttling | | ||
| | **Available on {{serverless-full}}** | Yes | Yes, {applies_to}`serverless: experimental` | No | | ||
| | **Available on {{stack}}** | Yes | Yes, {applies_to}`stack: experimental 9.5+` | Yes | | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.