You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The check interval, which specifies how frequently the rule conditions are checked. The interval must be specified in seconds, minutes, hours or days.",
72
72
Type: schema.TypeString,
73
73
Required: true,
74
-
ValidateFunc: utils.StringIsDuration,
74
+
ValidateFunc: utils.StringIsElasticDuration,
75
75
},
76
76
"actions": {
77
77
Description: "An action that runs under defined conditions.",
Description: "Defines how often an alert generates repeated actions. This custom action interval must be specified in seconds, minutes, hours, or days. For example, 10m or 1h. This property is applicable only if `notify_when` is `onThrottleInterval`. NOTE: This is a rule level property; if you update the rule in Kibana, it is automatically changed to use action-specific `throttle` values.",
Description: "Deprecated in 8.13.0. Defines how often an alert generates repeated actions. This custom action interval must be specified in seconds, minutes, hours, or days. For example, 10m or 1h. This property is applicable only if `notify_when` is `onThrottleInterval`. NOTE: This is a rule level property; if you update the rule in Kibana, it is automatically changed to use action-specific `throttle` values.",
199
199
Type: schema.TypeString,
200
200
Optional: true,
201
-
ValidateFunc: utils.StringIsDuration,
201
+
ValidateFunc: utils.StringIsElasticDuration,
202
202
},
203
203
"scheduled_task_id": {
204
204
Description: "ID of the scheduled task that will execute the alert.",
0 commit comments