mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix docs for defaultRuleTaskTimeout where the default is inaccurate (#123171)
This commit is contained in:
parent
fef96e99e3
commit
f3477143aa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue