[DOCS] Removes beta qualifiers from transform documentation (#51553)

This commit is contained in:
Lisa Cawley 2020-01-29 08:40:38 -08:00 committed by lcawl
parent 3f4156e95a
commit fdf74f6ae4
14 changed files with 3 additions and 41 deletions

View File

@ -10,8 +10,6 @@
Deletes an existing {transform}. Deletes an existing {transform}.
beta[]
[[delete-transform-request]] [[delete-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -10,8 +10,6 @@
Retrieves usage information for {transforms}. Retrieves usage information for {transforms}.
beta[]
[[get-transform-stats-request]] [[get-transform-stats-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -10,8 +10,6 @@
Retrieves configuration information for {transforms}. Retrieves configuration information for {transforms}.
beta[]
[[get-transform-request]] [[get-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -4,18 +4,16 @@
== {transform-cap} APIs == {transform-cap} APIs
* <<put-transform>> * <<put-transform>>
* <<update-transform>>
* <<delete-transform>> * <<delete-transform>>
* <<get-transform>> * <<get-transform>>
* <<get-transform-stats>> * <<get-transform-stats>>
* <<preview-transform>> * <<preview-transform>>
* <<start-transform>> * <<start-transform>>
* <<stop-transform>> * <<stop-transform>>
* <<update-transform>>
//CREATE //CREATE
include::put-transform.asciidoc[] include::put-transform.asciidoc[]
//UPDATE
include::update-transform.asciidoc[]
//DELETE //DELETE
include::delete-transform.asciidoc[] include::delete-transform.asciidoc[]
//GET //GET
@ -27,3 +25,5 @@ include::preview-transform.asciidoc[]
include::start-transform.asciidoc[] include::start-transform.asciidoc[]
//STOP //STOP
include::stop-transform.asciidoc[] include::stop-transform.asciidoc[]
//UPDATE
include::update-transform.asciidoc[]

View File

@ -10,8 +10,6 @@
Previews a {transform}. Previews a {transform}.
beta[]
[[preview-transform-request]] [[preview-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -10,8 +10,6 @@
Instantiates a {transform}. Instantiates a {transform}.
beta[]
[[put-transform-request]] [[put-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -10,8 +10,6 @@
Starts one or more {transforms}. Starts one or more {transforms}.
beta[]
[[start-transform-request]] [[start-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -10,8 +10,6 @@
Stops one or more {transforms}. Stops one or more {transforms}.
beta[]
[[stop-transform-request]] [[stop-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -10,8 +10,6 @@
Updates certain properties of a {transform}. Updates certain properties of a {transform}.
beta[]
[[update-transform-request]] [[update-transform-request]]
==== {api-request-title} ==== {api-request-title}

View File

@ -5,8 +5,6 @@
<titleabbrev>How checkpoints work</titleabbrev> <titleabbrev>How checkpoints work</titleabbrev>
++++ ++++
beta[]
Each time a {transform} examines the source indices and creates or Each time a {transform} examines the source indices and creates or
updates the destination index, it generates a _checkpoint_. updates the destination index, it generates a _checkpoint_.

View File

@ -3,8 +3,6 @@
[[ecommerce-transforms]] [[ecommerce-transforms]]
=== Tutorial: Transforming the eCommerce sample data === Tutorial: Transforming the eCommerce sample data
beta[]
<<transforms,{transforms-cap}>> enable you to retrieve information <<transforms,{transforms-cap}>> enable you to retrieve information
from an {es} index, transform it, and store it in another index. Let's use the from an {es} index, transform it, and store it in another index. Let's use the
{kibana-ref}/add-sample-data.html[{kib} sample data] to demonstrate how you can {kibana-ref}/add-sample-data.html[{kib} sample data] to demonstrate how you can

View File

@ -6,8 +6,6 @@
<titleabbrev>Examples</titleabbrev> <titleabbrev>Examples</titleabbrev>
++++ ++++
beta[]
These examples demonstrate how to use {transforms} to derive useful These examples demonstrate how to use {transforms} to derive useful
insights from your data. All the examples use one of the insights from your data. All the examples use one of the
{kibana-ref}/add-sample-data.html[{kib} sample datasets]. For a more detailed, {kibana-ref}/add-sample-data.html[{kib} sample datasets]. For a more detailed,

View File

@ -6,24 +6,10 @@
<titleabbrev>Limitations</titleabbrev> <titleabbrev>Limitations</titleabbrev>
++++ ++++
beta[]
The following limitations and known problems apply to the {version} release of The following limitations and known problems apply to the {version} release of
the Elastic {transform} feature: the Elastic {transform} feature:
[float]
[[transform-compatibility-limitations]]
==== Beta {transforms} do not have guaranteed backwards or forwards compatibility
Whilst {transforms} are beta, it is not guaranteed that a {transform} created in
a previous version of the {stack} will be able to start and operate in a future
version. Neither can support be provided for {transform} tasks to be able to
operate in a cluster with mixed node versions. Please note that the output of a
{transform} is persisted to a destination index. This is a normal {es} index and
is not affected by the beta status.
[float] [float]
[[transform-ui-limitation]] [[transform-ui-limitation]]
==== {transforms-cap} UI will not work during a rolling upgrade from 7.2 ==== {transforms-cap} UI will not work during a rolling upgrade from 7.2

View File

@ -5,8 +5,6 @@
<titleabbrev>Overview</titleabbrev> <titleabbrev>Overview</titleabbrev>
++++ ++++
beta[]
You can use {transforms} to _pivot_ your data into a new entity-centric index. You can use {transforms} to _pivot_ your data into a new entity-centric index.
By transforming and summarizing your data, it becomes possible to visualize and By transforming and summarizing your data, it becomes possible to visualize and
analyze it in alternative and interesting ways. analyze it in alternative and interesting ways.