Skip to content

Commit 664bd86

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

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
@@ -294,4 +294,12 @@ nodes have been upgraded to the newer version before using the {transforms} UI.
294294
[[transform-kibana-limitations]]
295295
=== Up to 1,000 {transforms} are listed in {kib}
296296

297-
The {transforms} management page in {kib} lists up to 1000 {transforms}.
297+
The {transforms} management page in {kib} lists up to 1000 {transforms}.
298+
299+
[discrete]
300+
[[transform-ui-support]]
301+
=== {kib} might not support every {transform} configuration option
302+
303+
There might be configuration options available via the {transform} APIs that are
304+
not supported in {kib}. For an exhaustive list of configuration options, refer
305+
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)