[DOCS] Modifies schedule now transform API docs (#93519)

This commit is contained in:
István Zoltán Szabó 2023-02-08 17:16:59 +01:00 committed by GitHub
parent 37fc695326
commit a6f365c51c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -16,9 +16,9 @@ _transform/
* <<get-transform-stats,Get {transforms} statistics>>
* <<preview-transform,Preview {transforms}>>
* <<reset-transform,Reset {transforms}>>
* <<schedule-now-transform,Schedule now {transforms}>>
* <<start-transform,Start {transforms}>>
* <<stop-transform,Stop {transforms}>>
* <<schedule-now-transform,Schedule Now {transforms}>>
* <<update-transform,Update {transforms}>>
For the full list, see <<transform-apis>>.

View file

@ -11,12 +11,12 @@ include::get-transform-stats.asciidoc[leveloffset=+2]
include::preview-transform.asciidoc[leveloffset=+2]
//RESET
include::reset-transform.asciidoc[leveloffset=+2]
//SCHEDULE NOW
include::schedule-now-transform.asciidoc[leveloffset=+2]
//START
include::start-transform.asciidoc[leveloffset=+2]
//STOP
include::stop-transform.asciidoc[leveloffset=+2]
//SCHEDULE_NOW
include::schedule-now-transform.asciidoc[leveloffset=+2]
//UPDATE-UPGRADE
include::update-transform.asciidoc[leveloffset=+2]
include::upgrade-transforms.asciidoc[leveloffset=+2]

View file

@ -1,14 +1,14 @@
[role="xpack"]
[testenv="basic"]
[[schedule-now-transform]]
= Schedule Now {transform} API
= Schedule now {transform} API
[subs="attributes"]
++++
<titleabbrev>Shedule Now {transform}</titleabbrev>
<titleabbrev>Schedule now {transform}</titleabbrev>
++++
Schedules now a {transform}.
Instantly runs a {transform} to process data.
[[schedule-now-transform-request]]
== {api-request-title}
@ -24,10 +24,10 @@ in the `transform_admin` built-in role.
[schedule-now-transform-desc]]
== {api-description-title}
If you _schedule_now a {transform}, it will process the new data instantly,
When you run this API, the {transform} processes the new data instantly,
without waiting for the configured `frequency` interval.
After _schedule_now API is called, the transform will be processed again at
`now + frequency` unless _schedule_now API is called again in the meantime.
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}

View file

@ -8,8 +8,8 @@
* <<get-transform-stats>>
* <<preview-transform>>
* <<reset-transform>>
* <<schedule-now-transform>>
* <<start-transform>>
* <<stop-transform>>
* <<schedule-now-transform>>
* <<update-transform>>
* <<upgrade-transforms>>