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

This commit is contained in:
Lisa Cawley 2019-07-18 07:43:43 -07:00 committed by lcawl
parent 09edeeb38e
commit 94ffa5a93c
1 changed files with 8 additions and 2 deletions

View File

@ -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