Skip to content

Commit 58adba8

Browse files
committed
[DOCS] Adds link from bucket_span property to common time units
1 parent 9b7b80e commit 58adba8

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
@@ -511,8 +511,7 @@ Specifying a string is recommended for clarity. If you specify a byte size unit
511511
of `b` or `kb` and the number does not equate to a discrete number of megabytes,
512512
it is rounded down to the closest MiB. The minimum valid value is 1 MiB. If you
513513
specify a value less than 1 MiB, an error occurs. For more information about
514-
supported byte size units, see
515-
{ref}/common-options.html#byte-units[Byte size units].
514+
supported byte size units, see <<byte-units,Common options>>.
516515

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

0 commit comments

Comments
 (0)