mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[Transform] Add from
parameter to Transform Start API (#91116)
This commit is contained in:
parent
0a899c6e7c
commit
40d32205db
25 changed files with 348 additions and 32 deletions
|
@ -61,6 +61,11 @@ Identifier for the {transform}.
|
|||
[[start-transform-query-parms]]
|
||||
== {api-query-parms-title}
|
||||
|
||||
`from`::
|
||||
(Optional, string) Restricts the set of transformed entities to those changed
|
||||
after this time. Relative times like now-30d are supported.
|
||||
Only applicable for continuous transforms.
|
||||
|
||||
`timeout`::
|
||||
(Optional, time)
|
||||
Period to wait for a response. If no response is received before the timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue