[DOCS] Adds frequency option to data frame transform resource (#44177)
This commit is contained in:
parent
df2e1fb43e
commit
aaf8ba9cb4
|
@ -143,6 +143,7 @@ The API returns the following results:
|
||||||
"dest" : {
|
"dest" : {
|
||||||
"index" : "kibana_sample_data_ecommerce_transform"
|
"index" : "kibana_sample_data_ecommerce_transform"
|
||||||
},
|
},
|
||||||
|
"frequency": "1m",
|
||||||
"pivot" : {
|
"pivot" : {
|
||||||
"group_by" : {
|
"group_by" : {
|
||||||
"customer_id" : {
|
"customer_id" : {
|
||||||
|
|
|
@ -19,6 +19,11 @@ For more information, see
|
||||||
(object) The destination for the {dataframe-transform}. See
|
(object) The destination for the {dataframe-transform}. See
|
||||||
<<data-frame-transform-dest>>.
|
<<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`::
|
`id`::
|
||||||
(string) A unique identifier for the {dataframe-transform}.
|
(string) A unique identifier for the {dataframe-transform}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue