Skip to content

Commit a8f6d6f

Browse files
committed
[E&A] Fixes links.
1 parent 21810df commit a8f6d6f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

explore-analyze/alerts-cases/alerts.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ mapped_urls:
99

1010
## {{rules-app}} [rules]
1111

12-
This content applies to: [![Elasticsearch](../../../images/serverless-es-badge.svg "")](../../../solutions/search.md) [![Security](../../../images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md)
13-
1412
In general, a rule consists of three parts:
1513

1614
* *Conditions*: what needs to be detected?
@@ -37,7 +35,7 @@ Each project type supports a specific set of rule types. Each *rule type* provid
3735
All rules must have a check interval, which defines how often to evaluate the rule conditions. Checks are queued; they run as close to the defined value as capacity allows.
3836

3937
::::{important}
40-
The intervals of rule checks in {{kib}} are approximate. Their timing is affected by factors such as the frequency at which tasks are claimed and the task load on the system. Refer to [Alerting production considerations](../../../deploy-manage/production-guidance/kibana-alerting-production-considerations.md)
38+
The intervals of rule checks in {{kib}} are approximate. Their timing is affected by factors such as the frequency at which tasks are claimed and the task load on the system. Refer to [Alerting production considerations](../../deploy-manage/production-guidance/kibana-alerting-production-considerations.md)
4139

4240
::::
4341

@@ -51,7 +49,7 @@ When defining actions in a rule, you specify:
5149
* An action frequency
5250
* A mapping of rule values to properties exposed for that type of action
5351

54-
Each action uses a connector, which provides connection information for a {{kib}} service or third party integration, depending on where you want to send the notifications. The specific list of connectors that you can use in your rule vary by project type. Refer to [{{connectors-app}}](../../../deploy-manage/manage-connectors.md).
52+
Each action uses a connector, which provides connection information for a {{kib}} service or third party integration, depending on where you want to send the notifications. The specific list of connectors that you can use in your rule vary by project type. Refer to [{{connectors-app}}](../../deploy-manage/manage-connectors.md).
5553

5654
After you select a connector, set the *action frequency*. If you want to reduce the number of notifications you receive without affecting their timeliness, some rule types support alert summaries. For example, if you create an {{es}} query rule, you can set the action frequency such that you receive summaries of the new, ongoing, and recovered alerts on a custom interval:
5755

@@ -97,7 +95,7 @@ You can pass rule values to an action at the time a condition is detected. To vi
9795
:class: screenshot
9896
:::
9997

100-
For more information about common action variables, refer to [Rule actions variables](../../../explore-analyze/alerts-cases/alerts/rule-action-variables.md)
98+
For more information about common action variables, refer to [Rule actions variables](../../explore-analyze/alerts-cases/alerts/rule-action-variables.md)
10199

102100
### Alerts [rules-alerts]
103101

explore-analyze/transforms/transform-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mapped_pages:
55

66
# Generating alerts for transforms [transform-alerts]
77

8-
{{kib}} {alert-features} include support for {{transform}} health rules, which check the health of {{ctransforms}} with certain conditions. If the conditions of the rule are met, an alert is created and the associated actions run. For example, you can create a rule to check if a {{ctransform}} is started and to notify you in an email if it is not. To learn more about {{kib}} {alert-features}, refer to [Alerting](../alerts-cases/alerts.md#alerting-getting-started).
8+
{{kib}} {alert-features} include support for {{transform}} health rules, which check the health of {{ctransforms}} with certain conditions. If the conditions of the rule are met, an alert is created and the associated actions run. For example, you can create a rule to check if a {{ctransform}} is started and to notify you in an email if it is not. To learn more about {{kib}} {alert-features}, refer to [Alerting](../alerts-cases/alerts/alerting-getting-started.md).
99

1010
## Creating a rule [creating-transform-rules]
1111

0 commit comments

Comments
 (0)