File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
x-pack/docs/en/rest-api/watcher Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,18 @@ A watch has the following fields:
6868
6969| `throttle_period` | The minimum time between actions being run, the default
7070 for this is 5 seconds. This default can be changed in the
71- config file with the setting `xpack.watcher.throttle.period.default_period`.
71+ config file with the setting
72+ `xpack.watcher.throttle.period.default_period`. If both
73+ this value and the `throttle_period_in_millis` parameter
74+ are specified, {watcher} uses the last parameter
75+ included in the request.
76+
77+ | `throttle_period_in_millis` | Minimum time in milliseconds between actions
78+ being run. Defaults to `5000`. If both this
79+ value and the `throttle_period` parameter are
80+ specified, {watcher} uses the last parameter
81+ included in the request.
82+
7283|======
7384
7485[float]
You can’t perform that action at this time.
0 commit comments