mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
[DOCS] Adds supported time units ref to the frequency and delay params. (#45283)
This commit is contained in:
parent
0ea00e4861
commit
9384774b4c
@ -92,7 +92,7 @@ IMPORTANT: You must use {kib} or this API to create a {dataframe-transform}.
|
||||
(Optional, string) The unique identifier for a <<pipeline,pipeline>>.
|
||||
|
||||
`frequency`::
|
||||
(Optional, time units) The interval between checks for changes in the source
|
||||
(Optional, <<time-units, time units>>) The interval between checks for changes in the source
|
||||
indices 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
|
||||
@ -133,7 +133,7 @@ delays.
|
||||
|
||||
--
|
||||
`delay`::::
|
||||
(Optional, time units) The time delay between the current time and the
|
||||
(Optional, <<time-units, time units>>) The time delay between the current time and the
|
||||
latest input data time. The default value is `60s`.
|
||||
|
||||
[[put-data-frame-transform-example]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user