Skip to content

Commit

Permalink
[DOCS] Add timeout param for rollup API (elastic#65858) (elastic#66049)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Dec 8, 2020
1 parent 06fade7 commit e6bdfe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/rollup/apis/put-job.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-units,time value>>)
Time to wait for the request to complete. Defaults to `20s` (20 seconds).

[[rollup-put-job-api-example]]
==== {api-example-title}

Expand Down
4 changes: 4 additions & 0 deletions docs/reference/rollup/apis/rollup-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-units,time value>>)
Time to wait for the request to complete. Defaults to `20s` (20 seconds).

0 comments on commit e6bdfe4

Please sign in to comment.