-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1348 from elementary-data/ele-2285-add-alert-rule…
…s-to-docs Ele 2285 add alert rules to docs
- Loading branch information
Showing
7 changed files
with
43 additions
and
80 deletions.
There are no files selected for viewing
This file contains 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,35 @@ | ||
--- | ||
title: "Alert rules" | ||
--- | ||
|
||
Elementary cloud allows you to create rules that route your alerts. | ||
Each rule is a combination of a filter and a destination. | ||
|
||
The Slack channel you choose when connecting your Slack workspace is automatically added as a default alert rule, that sends all the alerts to that channel without any filtering. | ||
To modify, deactivate or add more rules, simply navigate to the "Alert routing rules" page in the left menu. | ||
|
||
<p> | ||
<Frame> | ||
<div className="dark:bg-white rounded-md p-4"> | ||
<img src="/pics/cloud/alert_rules.png" alt="Alert routing rules screen" /> | ||
</div> | ||
</Frame> | ||
</p> | ||
|
||
<p> | ||
<Frame> | ||
<div className="dark:bg-white rounded-md p-4"> | ||
<img | ||
src="/pics/cloud/alert_rules_drawer.png" | ||
alt="Create a new alert rule or edit an existing one" | ||
/> | ||
</div> | ||
</Frame> | ||
</p> | ||
|
||
<Tip> | ||
When the alerts are fetched, each alert is evaluated against all the rules, | ||
until a rule matches. The alert is then routed to the destination of the | ||
matching rule, and no further rules are evaluated. This is why the order of | ||
the rules matters! | ||
</Tip> |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Alerts configuration" | ||
title: "Alert configuration" | ||
--- | ||
|
||
<Snippet file="guides/alerts-code-configuration.mdx" /> |
This file contains 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.