Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Mar 2, 2021
1 parent 1f70e58 commit 630f32b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/alert-type-template.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fill in the <<defining-alerts-general-details, alert details>>, then select *<AL
[float]
==== Define the conditions

Define the following properties to detect the condition.
Define properties to detect the condition.

////
Optional, include a screenshot
Expand Down
2 changes: 1 addition & 1 deletion docs/user/alerting/stack-alerts/es-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Fill in the <<defining-alerts-general-details, alert details>>, then select *ES
[float]
==== Define the conditions

Define the following properties to detect the condition.
Define properties to detect the condition.

[role="screenshot"]
image::user/alerting/images/alert-types-es-query-conditions.png[Five clauses define the condition to detect]
Expand Down
10 changes: 5 additions & 5 deletions docs/user/alerting/stack-alerts/index-threshold.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Fill in the <<defining-alerts-general-details, alert details>>, then select *Ind
[float]
==== Define the conditions

Define the following properties to detect the condition.
Define properties to detect the condition.

[role="screenshot"]
image::user/alerting/images/alert-types-index-threshold-conditions.png[Five clauses define the condition to detect]
Expand Down Expand Up @@ -53,12 +53,12 @@ In this example, you will use the {kib} <<add-sample-data, sample weblog dataset
. Open the main menu, then click **Stack Management > Alerts and Actions**.

. Create a new alert that is checked every four hours and executes actions when the alert status changes.

. Select the **Index threshold** alert type.
+
[role="screenshot"]
image::user/alerting/images/alert-types-index-threshold-select.png[Choosing an index threshold alert type]

. Select the **Index threshold** alert type.

. Click *Index*, and set *Indices to query* to *kibana_sample_data_logs*.
+
[role="screenshot"]
Expand Down Expand Up @@ -93,8 +93,8 @@ image::user/alerting/images/alert-types-index-threshold-example-window.png[Setti
+
[role="screenshot"]
image::user/alerting/images/alert-types-index-threshold-example-preview.png[Setting the time window]
+
Comparing time windows:: You can interactively change the time window and observe the effect it has on the chart. Compare a 24 window to a 12 hour window. Notice the variability in the sum of bytes, due to different traffic levels during the day compared to at night. This variability would result in noisy alerts, so the 24 hour window is better. The preview chart can help you find the right values for your alert.

. Change the time window and observe the effect it has on the chart. Compare a 24 window to a 12 hour window. Notice the variability in the sum of bytes, due to different traffic levels during the day compared to at night. This variability would result in noisy alerts, so the 24 hour window is better. The preview chart can help you find the right values for your alert.
+
[role="screenshot"]
image::user/alerting/images/alert-types-index-threshold-example-comparison.png[Comparing two time windows]

0 comments on commit 630f32b

Please sign in to comment.