Skip to content

Commit f9ba80a

Browse files
authored
[DOCS] Removes beta qualifiers from transform documentation (elastic#51553)
1 parent 2aa650c commit f9ba80a

14 files changed

+3
-41
lines changed

docs/reference/transform/apis/delete-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Deletes an existing {transform}.
1212

13-
beta[]
14-
1513
[[delete-transform-request]]
1614
==== {api-request-title}
1715

docs/reference/transform/apis/get-transform-stats.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Retrieves usage information for {transforms}.
1212

13-
beta[]
14-
1513

1614
[[get-transform-stats-request]]
1715
==== {api-request-title}

docs/reference/transform/apis/get-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Retrieves configuration information for {transforms}.
1212

13-
beta[]
14-
1513
[[get-transform-request]]
1614
==== {api-request-title}
1715

docs/reference/transform/apis/index.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
== {transform-cap} APIs
55

66
* <<put-transform>>
7-
* <<update-transform>>
87
* <<delete-transform>>
98
* <<get-transform>>
109
* <<get-transform-stats>>
1110
* <<preview-transform>>
1211
* <<start-transform>>
1312
* <<stop-transform>>
13+
* <<update-transform>>
1414

1515
//CREATE
1616
include::put-transform.asciidoc[]
17-
//UPDATE
18-
include::update-transform.asciidoc[]
1917
//DELETE
2018
include::delete-transform.asciidoc[]
2119
//GET
@@ -27,3 +25,5 @@ include::preview-transform.asciidoc[]
2725
include::start-transform.asciidoc[]
2826
//STOP
2927
include::stop-transform.asciidoc[]
28+
//UPDATE
29+
include::update-transform.asciidoc[]

docs/reference/transform/apis/preview-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Previews a {transform}.
1212

13-
beta[]
14-
1513
[[preview-transform-request]]
1614
==== {api-request-title}
1715

docs/reference/transform/apis/put-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Instantiates a {transform}.
1212

13-
beta[]
14-
1513
[[put-transform-request]]
1614
==== {api-request-title}
1715

docs/reference/transform/apis/start-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Starts one or more {transforms}.
1212

13-
beta[]
14-
1513
[[start-transform-request]]
1614
==== {api-request-title}
1715

docs/reference/transform/apis/stop-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Stops one or more {transforms}.
1212

13-
beta[]
14-
1513

1614
[[stop-transform-request]]
1715
==== {api-request-title}

docs/reference/transform/apis/update-transform.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
Updates certain properties of a {transform}.
1212

13-
beta[]
14-
1513
[[update-transform-request]]
1614
==== {api-request-title}
1715

docs/reference/transform/checkpoints.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<titleabbrev>How checkpoints work</titleabbrev>
66
++++
77

8-
beta[]
9-
108
Each time a {transform} examines the source indices and creates or
119
updates the destination index, it generates a _checkpoint_.
1210

docs/reference/transform/ecommerce-tutorial.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[ecommerce-transforms]]
44
=== Tutorial: Transforming the eCommerce sample data
55

6-
beta[]
7-
86
<<transforms,{transforms-cap}>> enable you to retrieve information
97
from an {es} index, transform it, and store it in another index. Let's use the
108
{kibana-ref}/add-sample-data.html[{kib} sample data] to demonstrate how you can

docs/reference/transform/examples.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Examples</titleabbrev>
77
++++
88

9-
beta[]
10-
119
These examples demonstrate how to use {transforms} to derive useful
1210
insights from your data. All the examples use one of the
1311
{kibana-ref}/add-sample-data.html[{kib} sample datasets]. For a more detailed,

docs/reference/transform/limitations.asciidoc

-14
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,10 @@
66
<titleabbrev>Limitations</titleabbrev>
77
++++
88

9-
beta[]
10-
119
The following limitations and known problems apply to the {version} release of
1210
the Elastic {transform} feature:
1311

1412

15-
[float]
16-
[[transform-compatibility-limitations]]
17-
==== Beta {transforms} do not have guaranteed backwards or forwards compatibility
18-
19-
Whilst {transforms} are beta, it is not guaranteed that a {transform} created in
20-
a previous version of the {stack} will be able to start and operate in a future
21-
version. Neither can support be provided for {transform} tasks to be able to
22-
operate in a cluster with mixed node versions. Please note that the output of a
23-
{transform} is persisted to a destination index. This is a normal {es} index and
24-
is not affected by the beta status.
25-
26-
2713
[float]
2814
[[transform-ui-limitation]]
2915
==== {transforms-cap} UI will not work during a rolling upgrade from 7.2

docs/reference/transform/overview.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<titleabbrev>Overview</titleabbrev>
66
++++
77

8-
beta[]
9-
108
You can use {transforms} to _pivot_ your data into a new entity-centric index.
119
By transforming and summarizing your data, it becomes possible to visualize and
1210
analyze it in alternative and interesting ways.

0 commit comments

Comments
 (0)