diff --git a/docs/reference/rollup/apis/put-job.asciidoc b/docs/reference/rollup/apis/put-job.asciidoc index e728f790f0f0a..60895eb6f1e3f 100644 --- a/docs/reference/rollup/apis/put-job.asciidoc +++ b/docs/reference/rollup/apis/put-job.asciidoc @@ -261,6 +261,10 @@ the indexer. be shared with other {rollup-jobs}. The data is stored so that it doesn't interfere with unrelated jobs. +`timeout`:: +(Optional, <>) +Time to wait for the request to complete. Defaults to `20s` (20 seconds). + [[rollup-put-job-api-example]] ==== {api-example-title} diff --git a/docs/reference/rollup/apis/rollup-api.asciidoc b/docs/reference/rollup/apis/rollup-api.asciidoc index 82c9bac1a77de..f02a70f4f477c 100644 --- a/docs/reference/rollup/apis/rollup-api.asciidoc +++ b/docs/reference/rollup/apis/rollup-api.asciidoc @@ -187,3 +187,7 @@ values run faster but require more memory. + NOTE: This argument only affects the speed and memory usage of the rollup operation. It does not affect the rollup results. + +`timeout`:: +(Optional, <>) +Time to wait for the request to complete. Defaults to `20s` (20 seconds).