Browse Source

[DOCS] Improves description of dest data frame transform object (#44509)

Lisa Cawley 6 năm trước cách đây
mục cha
commit
a8918ea65f
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      docs/reference/data-frames/apis/put-transform.asciidoc

+ 8 - 2
docs/reference/data-frames/apis/put-transform.asciidoc

@@ -52,8 +52,14 @@ IMPORTANT:  You must use {kib} or this API to create a {dataframe-transform}.
   (Optional, string) Free text description of the {dataframe-transform}.
 
 `dest`::
-  (Required, object) Required. The destination configuration, which consists of `index`
-  and optionally a `pipeline` id. See <<data-frame-transform-dest>>.
+  (Required, object) Required. The destination configuration, which has the
+  following properties:
+  
+  `index`:::
+    (Required, string) The _destination index_ for the {dataframe-transform}.
+
+  `pipeline`:::
+    (Optional, string) The unique identifier for a <<pipeline,pipeline>>.
 
 `frequency`::
   (Optional, time units) The interval between checks for changes in the source indices