From 94ffa5a93cf17db8b57f2842fae221e810bcb197 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 18 Jul 2019 07:43:43 -0700 Subject: [PATCH] [DOCS] Improves description of dest data frame transform object (#44509) --- docs/reference/data-frames/apis/put-transform.asciidoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/reference/data-frames/apis/put-transform.asciidoc b/docs/reference/data-frames/apis/put-transform.asciidoc index 95d75829494..c32ea1a0d72 100644 --- a/docs/reference/data-frames/apis/put-transform.asciidoc +++ b/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 <>. + (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 <>. `frequency`:: (Optional, time units) The interval between checks for changes in the source indices