Schedule a transform to start now
Added in 8.7.0
Instantly run a transform to process data.
If you run this API, the transform will process the new data instantly,
without waiting for the configured frequency interval. After the API is called,
the transform will be processed again at now + frequency
unless the API
is called again in the meantime.
POST
/_transform/{transform_id}/_schedule_now
curl \
--request POST 'http://api.example.com/_transform/{transform_id}/_schedule_now' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when the transform is scheduled to run now.
{
"acknowledged": true
}