Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/reference/data-frames/apis/get-transform.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ The API returns the following results:
"dest" : {
"index" : "kibana_sample_data_ecommerce_transform"
},
"frequency": "1m",
"pivot" : {
"group_by" : {
"customer_id" : {
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/data-frames/apis/transformresource.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ For more information, see
`dest`::
(object) The destination for the {dataframe-transform}. See
<<data-frame-transform-dest>>.

`frequency`::
(time units) The interval between checks for changes in the source indices
when the {dataframe-transform} is running continuously. The minimum value is
`1s` and the maximum is `1h`. The default value is `1m`.

`id`::
(string) A unique identifier for the {dataframe-transform}.
Expand Down