Fix docs for defaultRuleTaskTimeout where the default is inaccurate (#123171)

This commit is contained in:
Mike Côté 2022-01-17 12:11:57 -05:00 committed by GitHub
parent fef96e99e3
commit f3477143aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.