Skip to content

Commit 21810df

Browse files
committed
[E&A] Fixes images.
1 parent 93c4ac5 commit 21810df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

explore-analyze/alerts-cases/alerts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For example, when monitoring a set of servers, a rule might:
2727

2828
Each project type supports a specific set of rule types. Each *rule type* provides its own way of defining the conditions to detect, but an expression formed by a series of clauses is a common pattern. For example, in an {{es}} query rule, you specify an index, a query, and a threshold, which uses a metric aggregation operation (`count`, `average`, `max`, `min`, or `sum`):
2929

30-
:::{image} ../../../images/serverless-es-query-rule-conditions.png
30+
:::{image} ../../images/serverless-es-query-rule-conditions.png
3131
:alt: UI for defining rule conditions in an {{es}} query rule
3232
:class: screenshot
3333
:::
@@ -55,14 +55,14 @@ Each action uses a connector, which provides connection information for a {{kib}
5555

5656
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:
5757

58-
:::{image} ../../../images/serverless-es-query-rule-action-summary.png
58+
:::{image} ../../images/serverless-es-query-rule-action-summary.png
5959
:alt: UI for defining rule conditions in an {{es}} query rule
6060
:class: screenshot
6161
:::
6262

6363
Alternatively, you can set the action frequency such that the action runs for each alert. If the rule type does not support alert summaries, this is your only available option. You must choose when the action runs (for example, at each check interval, only when the alert status changes, or at a custom action interval). You must also choose an action group, which affects whether the action runs. Each rule type has a specific set of valid action groups. For example, you can set *Run when* to `Query matched` or `Recovered` for the {{es}} query rule:
6464

65-
:::{image} ../../../images/serverless-es-query-rule-recovery-action.png
65+
:::{image} ../../images/serverless-es-query-rule-recovery-action.png
6666
:alt: UI for defining a recovery action
6767
:class: screenshot
6868
:::
@@ -92,7 +92,7 @@ To get notified only once when a server exceeds the threshold, you can set the a
9292

9393
You can pass rule values to an action at the time a condition is detected. To view the list of variables available for your rule, click the "add rule variable" button:
9494

95-
:::{image} ../../../images/serverless-es-query-rule-action-variables.png
95+
:::{image} ../../images/serverless-es-query-rule-action-variables.png
9696
:alt: Passing rule values to an action
9797
:class: screenshot
9898
:::
@@ -109,7 +109,7 @@ Using the server monitoring example, each server with average CPU > 0.9 is track
109109

110110
A rule consists of conditions, actions, and a schedule. When conditions are met, alerts are created that render actions and invoke them. To make action setup and update easier, actions use connectors that centralize the information used to connect with {{kib}} services and third-party integrations. The following example ties these concepts together:
111111

112-
:::{image} ../../../images/serverless-rule-concepts-summary.svg
112+
:::{image} ../../images/serverless-rule-concepts-summary.svg
113113
:alt: Rules
114114
:class: screenshot
115115
:::

0 commit comments

Comments
 (0)