|
@@ -21,8 +21,10 @@ For more information, see
|
|
|
|
|
|
`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`.
|
|
|
+ when the {dataframe-transform} is running continuously. Also determines the
|
|
|
+ retry interval in the event of transient failures while the {dataframe-transform} is
|
|
|
+ searching or indexing. The minimum value is `1s` and the maximum is `1h`. The
|
|
|
+ default value is `1m`.
|
|
|
|
|
|
`id`::
|
|
|
(string) A unique identifier for the {dataframe-transform}.
|
|
@@ -122,4 +124,4 @@ composite aggregations. See
|
|
|
==== {api-examples-title}
|
|
|
|
|
|
See the
|
|
|
-<<put-data-frame-transform-example,create {dataframe-transforms} API examples>>.
|
|
|
+<<put-data-frame-transform-example,create {dataframe-transforms} API examples>>.
|