Skip to content

Commit 9384774

Browse files
committed
[DOCS] Adds supported time units ref to the frequency and delay params. (#45283)
1 parent 0ea00e4 commit 9384774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ IMPORTANT: You must use {kib} or this API to create a {dataframe-transform}.
9292
(Optional, string) The unique identifier for a <<pipeline,pipeline>>.
9393

9494
`frequency`::
95-
(Optional, time units) The interval between checks for changes in the source
95+
(Optional, <<time-units, time units>>) The interval between checks for changes in the source
9696
indices when the {dataframe-transform} is running continuously. Also determines
9797
the retry interval in the event of transient failures while the {dataframe-transform} is
9898
searching or indexing. The minimum value is `1s` and the maximum is `1h`. The
@@ -133,7 +133,7 @@ delays.
133133

134134
--
135135
`delay`::::
136-
(Optional, time units) The time delay between the current time and the
136+
(Optional, <<time-units, time units>>) The time delay between the current time and the
137137
latest input data time. The default value is `60s`.
138138

139139
[[put-data-frame-transform-example]]

0 commit comments

Comments
 (0)