Skip to content

Commit

Permalink
Fix docs for defaultRuleTaskTimeout where the default is inaccurate (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote authored Jan 17, 2022
1 parent fef96e9 commit f347714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings/alert-action-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Specifies the default timeout for the all rule types tasks. The time is formatte
+
`<count>[ms,s,m,h,d,w,M,Y]`
+
For example, `20m`, `24h`, `7d`, `1w`. Default: `60s`.
For example, `20m`, `24h`, `7d`, `1w`. Default: `5m`.

`xpack.alerting.cancelAlertsOnRuleTimeout`::
Specifies whether to skip writing alerts and scheduling actions if rule execution is cancelled due to timeout. Default: `true`. This setting can be overridden by individual rule types.

0 comments on commit f347714

Please sign in to comment.