Skip to content

Commit eb23dcb

Browse files
committed
[DOCS] Adds link from bucket_span property to common time units
1 parent ea53e16 commit eb23dcb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

x-pack/docs/en/rest-api/ml/jobresource.asciidoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ An analysis configuration object has the following properties:
106106

107107
`bucket_span`::
108108
(time units) The size of the interval that the analysis is aggregated into,
109-
typically between `5m` and `1h`. The default value is `5m`.
109+
typically between `5m` and `1h`. The default value is `5m`. For more
110+
information about time units, see <<time-units,Common options>>.
110111

111112
`categorization_field_name`::
112113
(string) If this property is specified, the values of the specified field will
@@ -160,8 +161,7 @@ no analysis can occur and an error is returned.
160161
(time units) The size of the window in which to expect data that is out of
161162
time order. The default value is 0 (no latency). If you specify a non-zero
162163
value, it must be greater than or equal to one second. For more information
163-
about time units, see
164-
{ref}/common-options.html#time-units[Time Units].
164+
about time units, see <<time-units,Common options>>.
165165
+
166166
--
167167
NOTE: Latency is only applicable when you send data by using
@@ -448,8 +448,7 @@ Specifying a string is recommended for clarity. If you specify a byte size unit
448448
of `b` or `kb` and the number does not equate to a discrete number of megabytes,
449449
it is rounded down to the closest MiB. The minimum valid value is 1 MiB. If you
450450
specify a value less than 1 MiB, an error occurs. For more information about
451-
supported byte size units, see
452-
{ref}/common-options.html#byte-units[Byte size units].
451+
supported byte size units, see <<byte-units,Common options>>.
453452

454453
If your `elasticsearch.yml` file contains an `xpack.ml.max_model_memory_limit`
455454
setting, an error occurs when you try to create jobs that have

0 commit comments

Comments
 (0)