Skip to content

Commit e6bdfe4

Browse files
authored
[DOCS] Add timeout param for rollup API (elastic#65858) (elastic#66049)
1 parent 06fade7 commit e6bdfe4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/reference/rollup/apis/put-job.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ the indexer.
261261
be shared with other {rollup-jobs}. The data is stored so that it doesn't
262262
interfere with unrelated jobs.
263263

264+
`timeout`::
265+
(Optional, <<time-units,time value>>)
266+
Time to wait for the request to complete. Defaults to `20s` (20 seconds).
267+
264268
[[rollup-put-job-api-example]]
265269
==== {api-example-title}
266270

docs/reference/rollup/apis/rollup-api.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,7 @@ values run faster but require more memory.
187187
+
188188
NOTE: This argument only affects the speed and memory usage of the rollup
189189
operation. It does not affect the rollup results.
190+
191+
`timeout`::
192+
(Optional, <<time-units,time value>>)
193+
Time to wait for the request to complete. Defaults to `20s` (20 seconds).

0 commit comments

Comments
 (0)