Skip to content

Commit f7eae04

Browse files
authored
[DOCS] Adds new transform limitation item and a note to the tutorial (#79479)
1 parent f64b184 commit f7eae04

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

docs/reference/transform/ecommerce-tutorial.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ destination index. In {kib}, if you copied the API request to your
241241
clipboard, paste it into the console, then refer to the `generated_dest_index`
242242
object in the API response.
243243

244+
NOTE: {transforms-cap} might have more configuration options provided by the
245+
APIs than the options available in {kib}. For example, you can set an ingest
246+
pipeline for `dest` by calling the <<put-transform>>. For all the {transform}
247+
configuration options, refer to the <<transform-apis,documentation>>.
248+
244249
.API example
245250
[%collapsible]
246251
====

docs/reference/transform/limitations.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,12 @@ that belong to your space. However, this limited scope does not apply to
276276
[[transform-kibana-limitations]]
277277
=== Up to 1,000 {transforms} are listed in {kib}
278278

279-
The {transforms} management page in {kib} lists up to 1000 {transforms}.
279+
The {transforms} management page in {kib} lists up to 1000 {transforms}.
280+
281+
[discrete]
282+
[[transform-ui-support]]
283+
=== {kib} might not support every {transform} configuration option
284+
285+
There might be configuration options available via the {transform} APIs that are
286+
not supported in {kib}. For an exhaustive list of configuration options, refer
287+
to the <<transform-apis,documentation>>.

docs/reference/transform/overview.asciidoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
You can choose either of the following methods to transform your data:
99
<<pivot-transform-overview,pivot>> or <<latest-transform-overview,latest>>.
1010

11-
IMPORTANT: All {transforms} leave your source index intact. They create a new
12-
index that is dedicated to the transformed data.
11+
[IMPORTANT]
12+
====
13+
* All {transforms} leave your source index intact. They create a new
14+
index that is dedicated to the transformed data.
15+
* {transforms-cap} might have more configuration options provided by the APIs
16+
than the options available in {kib}. For all the {transform} configuration
17+
options, refer to the <<transform-apis,API documentation>>.
18+
====
1319

1420
{transforms-cap} are persistent tasks; they are stored in cluster state which
1521
makes them resilient for node failures. Refer to <<transform-checkpoints>> and

0 commit comments

Comments
 (0)