mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Fixes transform scheduled_now documentation (#96766)
This commit is contained in:
parent
a9e807a2a9
commit
eaadf351c2
1 changed files with 6 additions and 5 deletions
|
@ -21,13 +21,14 @@ Instantly runs a {transform} to process data.
|
|||
* Requires the `manage_transform` cluster privilege. This privilege is included
|
||||
in the `transform_admin` built-in role.
|
||||
|
||||
[schedule-now-transform-desc]]
|
||||
[[schedule-now-transform-desc]]
|
||||
== {api-description-title}
|
||||
|
||||
When you run this API, the {transform} processes the new data instantly,
|
||||
without waiting for the configured `frequency` interval.
|
||||
Subsequently, the transform will be processed again at
|
||||
`now + frequency` unless the API is called again in the meantime.
|
||||
When you run this API, processing for the next checkpoint is started immediately
|
||||
without waiting for the configured `frequency` interval. The API returns
|
||||
immediately, data processing happens in the background. Subsequently, the
|
||||
{transform} will be processed again at `now + frequency` unless the API is
|
||||
called again in the meantime.
|
||||
|
||||
[[schedule-now-transform-path-parms]]
|
||||
== {api-path-parms-title}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue