[DOCS] Fixes transform scheduled_now documentation (#96766)

This commit is contained in:
István Zoltán Szabó 2023-06-12 16:07:30 +02:00 committed by GitHub
parent a9e807a2a9
commit eaadf351c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}