Skip to content

Commit 2845db2

Browse files
authored
[DOCS] Adds frequency option to data frame transform resource (#44177)
1 parent cbd9d4c commit 2845db2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/reference/data-frames/apis/get-transform.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ The API returns the following results:
143143
"dest" : {
144144
"index" : "kibana_sample_data_ecommerce_transform"
145145
},
146+
"frequency": "1m",
146147
"pivot" : {
147148
"group_by" : {
148149
"customer_id" : {

docs/reference/data-frames/apis/transformresource.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ For more information, see
1818
`dest`::
1919
(object) The destination for the {dataframe-transform}. See
2020
<<data-frame-transform-dest>>.
21+
22+
`frequency`::
23+
(time units) The interval between checks for changes in the source indices
24+
when the {dataframe-transform} is running continuously. The minimum value is
25+
`1s` and the maximum is `1h`. The default value is `1m`.
2126

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

0 commit comments

Comments
 (0)