Skip to content

Commit 429d662

Browse files
committed
[DOCS] Updates ML links (elastic#50387)
1 parent 71ff330 commit 429d662

32 files changed

+57
-57
lines changed

docs/reference/intro.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ embroidery_ needles.
168168
==== But wait, there’s more
169169

170170
Want to automate the analysis of your time-series data? You can use
171-
{stack-ov}/ml-overview.html[machine learning] features to create accurate
171+
{ml-docs}/ml-overview.html[machine learning] features to create accurate
172172
baselines of normal behavior in your data and identify anomalous patterns. With
173173
machine learning, you can detect:
174174

docs/reference/ml/anomaly-detection/apis/datafeedresource.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A {dfeed} resource has the following properties:
99
(object) If set, the {dfeed} performs aggregation searches.
1010
Support for aggregations is limited and should only be used with
1111
low cardinality data. For more information, see
12-
{stack-ov}/ml-configuring-aggregation.html[Aggregating Data for Faster Performance].
12+
{ml-docs}/ml-configuring-aggregation.html[Aggregating data for faster performance].
1313

1414
`chunking_config`::
1515
(object) Specifies how data searches are split into time chunks.
@@ -53,7 +53,7 @@ A {dfeed} resource has the following properties:
5353
The <<ml-detectorconfig,detector configuration objects>> in a job can contain
5454
functions that use these script fields.
5555
For more information, see
56-
{stack-ov}/ml-configuring-transform.html[Transforming Data With Script Fields].
56+
{ml-docs}/ml-configuring-transform.html[Transforming data with script fields].
5757

5858
`scroll_size`::
5959
(unsigned integer) The `size` parameter that is used in {es} searches.
@@ -104,7 +104,7 @@ an effort to determine whether any data has subsequently been added to the index
104104
If missing data is found, it is a good indication that the `query_delay` option
105105
is set too low and the data is being indexed after the {dfeed} has passed that
106106
moment in time. See
107-
{stack-ov}/ml-delayed-data-detection.html[Working with delayed data].
107+
{ml-docs}/ml-delayed-data-detection.html[Working with delayed data].
108108

109109
This check runs only on real-time {dfeeds}.
110110

docs/reference/ml/anomaly-detection/apis/delete-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Deletes a filter.
2323
[[ml-delete-filter-desc]]
2424
==== {api-description-title}
2525

26-
This API deletes a {stack-ov}/ml-rules.html[filter].
26+
This API deletes a {ml-docs}/ml-rules.html[filter].
2727
If a {ml} job references the filter, you cannot delete the filter. You must
2828
update or delete the job before you can delete the filter.
2929

docs/reference/ml/anomaly-detection/apis/delete-forecast.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ one or more forecasts before they expire.
3535
NOTE: When you delete a job, its associated forecasts are deleted.
3636

3737
For more information, see
38-
{stack-ov}/ml-overview.html#ml-forecasting[Forecasting the future].
38+
{ml-docs}/ml-overview.html#ml-forecasting[Forecasting the future].
3939

4040
[[ml-delete-forecast-path-parms]]
4141
==== {api-path-parms-title}

docs/reference/ml/anomaly-detection/apis/eventresource.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ An events resource has the following properties:
2424
in milliseconds since the epoch or ISO 8601 format.
2525

2626
For more information, see
27-
{stack-ov}/ml-calendars.html[Calendars and Scheduled Events].
27+
{ml-docs}/ml-calendars.html[Calendars and scheduled events].

docs/reference/ml/anomaly-detection/apis/filterresource.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ A filter resource has the following properties:
1414
`items`::
1515
(array of strings) An array of strings which is the filter item list.
1616

17-
For more information, see {stack-ov}/ml-rules.html[Machine learning custom rules].
17+
For more information, see {ml-docs}/ml-rules.html[Machine learning custom rules].

docs/reference/ml/anomaly-detection/apis/forecast.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Predicts the future behavior of a time series by using its historical behavior.
2323
[[ml-forecast-desc]]
2424
==== {api-description-title}
2525

26-
See {stack-ov}/ml-overview.html#ml-forecasting[Forecasting the future].
26+
See {ml-docs}/ml-overview.html#ml-forecasting[Forecasting the future].
2727

2828
[NOTE]
2929
===============================

docs/reference/ml/anomaly-detection/apis/get-calendar-event.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can get scheduled event information for a single calendar or for all
2929
calendars by using `_all`.
3030

3131
For more information, see
32-
{stack-ov}/ml-calendars.html[Calendars and scheduled events].
32+
{ml-docs}/ml-calendars.html[Calendars and scheduled events].
3333

3434
[[ml-get-calendar-event-path-parms]]
3535
==== {api-path-parms-title}

docs/reference/ml/anomaly-detection/apis/get-calendar.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can get information for a single calendar or for all calendars by using
2929
`_all`.
3030

3131
For more information, see
32-
{stack-ov}/ml-calendars.html[Calendars and scheduled events].
32+
{ml-docs}/ml-calendars.html[Calendars and scheduled events].
3333

3434
[[ml-get-calendar-path-parms]]
3535
==== {api-path-parms-title}

docs/reference/ml/anomaly-detection/apis/get-category.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ privileges. See <<security-privileges>> and
2929
==== {api-description-title}
3030

3131
For more information about categories, see
32-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
32+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
3333

3434
[[ml-get-category-path-parms]]
3535
==== {api-path-parms-title}

docs/reference/ml/anomaly-detection/apis/get-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Retrieves filters.
2626
==== {api-description-title}
2727

2828
You can get a single filter or all filters. For more information, see
29-
{stack-ov}/ml-rules.html[Machine learning custom rules].
29+
{ml-docs}/ml-rules.html[Machine learning custom rules].
3030

3131
[[ml-get-filter-path-parms]]
3232
==== {api-path-parms-title}

docs/reference/ml/anomaly-detection/apis/get-overall-buckets.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ by specifying `*` as the `<job_id>`.
3636
By default, an overall bucket has a span equal to the largest bucket span of the
3737
specified {anomaly-jobs}. To override that behavior, use the optional
3838
`bucket_span` parameter. To learn more about the concept of buckets, see
39-
{stack-ov}/ml-buckets.html[Buckets].
39+
{ml-docs}/ml-buckets.html[Buckets].
4040

4141
The `overall_score` is calculated by combining the scores of all the buckets
4242
within the overall bucket span. First, the maximum `anomaly_score` per

docs/reference/ml/anomaly-detection/apis/jobresource.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ so do not set the `background_persist_interval` value too low.
3333
`custom_settings`::
3434
(object) Advanced configuration option. Contains custom meta data about the
3535
job. For example, it can contain custom URL information as shown in
36-
{stack-ov}/ml-configuring-url.html[Adding Custom URLs to Machine Learning Results].
36+
{ml-docs}/ml-configuring-url.html[Adding custom URLs to {ml} results].
3737

3838
`data_description`::
3939
(object) Describes the data format and how APIs parse timestamp fields.
@@ -123,7 +123,7 @@ An analysis configuration object has the following properties:
123123
be categorized. The resulting categories must be used in a detector by setting
124124
`by_field_name`, `over_field_name`, or `partition_field_name` to the keyword
125125
`mlcategory`. For more information, see
126-
{stack-ov}/ml-configuring-categories.html[Categorizing Log Messages].
126+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
127127

128128
`categorization_filters`::
129129
(array of strings) If `categorization_field_name` is specified,
@@ -133,7 +133,7 @@ An analysis configuration object has the following properties:
133133
tune the categorization by excluding sequences from consideration when
134134
categories are defined. For example, you can exclude SQL statements that
135135
appear in your log files. For more information, see
136-
{stack-ov}/ml-configuring-categories.html[Categorizing Log Messages].
136+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
137137
This property cannot be used at the same time as `categorization_analyzer`.
138138
If you only want to define simple regular expression filters that are applied
139139
prior to tokenization, setting this property is the easiest method.
@@ -256,14 +256,14 @@ NOTE: The `field_name` cannot contain double quotes or backslashes.
256256
`function`::
257257
(string) The analysis function that is used.
258258
For example, `count`, `rare`, `mean`, `min`, `max`, and `sum`. For more
259-
information, see {stack-ov}/ml-functions.html[Function Reference].
259+
information, see {ml-docs}/ml-functions.html[Function reference].
260260

261261
`over_field_name`::
262262
(string) The field used to split the data.
263263
In particular, this property is used for analyzing the splits with respect to
264264
the history of all splits. It is used for finding unusual values in the
265265
population of all splits. For more information, see
266-
{stack-ov}/ml-configuring-pop.html[Performing population analysis].
266+
{ml-docs}/ml-configuring-pop.html[Performing population analysis].
267267

268268
`partition_field_name`::
269269
(string) The field used to segment the analysis.
@@ -419,13 +419,13 @@ the categorization analyzer produces then you find the original document that
419419
the categorization field value came from.
420420

421421
For more information, see
422-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
422+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
423423

424424
[float]
425425
[[ml-detector-custom-rule]]
426426
==== Detector Custom Rule
427427

428-
{stack-ov}/ml-rules.html[Custom rules] enable you to customize the way detectors
428+
{ml-docs}/ml-rules.html[Custom rules] enable you to customize the way detectors
429429
operate.
430430

431431
A custom rule has the following properties:
@@ -480,7 +480,7 @@ A condition has the following properties:
480480

481481
A rule is required to either have a non-empty scope or at least one condition.
482482
For more examples see
483-
{stack-ov}/ml-configuring-detector-custom-rules.html[Configuring Detector Custom Rules].
483+
{ml-docs}/ml-configuring-detector-custom-rules.html[Configuring detector custom rules].
484484

485485
[float]
486486
[[ml-apilimits]]
@@ -502,7 +502,7 @@ The `analysis_limits` object has the following properties:
502502
--
503503
NOTE: The `categorization_examples_limit` only applies to analysis that uses categorization.
504504
For more information, see
505-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
505+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
506506

507507
--
508508

docs/reference/ml/anomaly-detection/apis/post-calendar-event.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Posts scheduled events in a calendar.
2323
[[ml-post-calendar-event-desc]]
2424
==== {api-description-title}
2525

26-
This API accepts a list of {stack-ov}/ml-calendars.html[scheduled events], each
26+
This API accepts a list of {ml-docs}/ml-calendars.html[scheduled events], each
2727
of which must have a start time, end time, and description.
2828

2929
[[ml-post-calendar-event-path-parms]]

docs/reference/ml/anomaly-detection/apis/put-calendar.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Instantiates a calendar.
2424
==== {api-description-title}
2525

2626
For more information, see
27-
{stack-ov}/ml-calendars.html[Calendars and scheduled events].
27+
{ml-docs}/ml-calendars.html[Calendars and scheduled events].
2828

2929
[[ml-put-calendar-path-parms]]
3030
==== {api-path-parms-title}

docs/reference/ml/anomaly-detection/apis/put-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Instantiates a filter.
2323
[[ml-put-filter-desc]]
2424
==== {api-description-title}
2525

26-
A {stack-ov}/ml-rules.html[filter] contains a list of strings.
26+
A {ml-docs}/ml-rules.html[filter] contains a list of strings.
2727
It can be used by one or more jobs. Specifically, filters are referenced in
2828
the `custom_rules` property of <<ml-detectorconfig,detector configuration objects>>.
2929

docs/reference/ml/anomaly-detection/apis/resultsresource.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Categorization results contain the definitions of _categories_ that have been
3838
identified. These are only applicable for jobs that are configured to analyze
3939
unstructured log data using categorization. These results do not contain a
4040
timestamp or any calculated scores. For more information, see
41-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
41+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
4242

4343
* <<ml-results-buckets,Buckets>>
4444
* <<ml-results-influencers,Influencers>>

docs/reference/ml/ml-shared.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ at the same time as `categorization_filters`. The categorization analyzer
175175
specifies how the `categorization_field` is interpreted by the categorization
176176
process. The syntax is very similar to that used to define the `analyzer` in the
177177
<<indices-analyze,Analyze endpoint>>. For more information, see
178-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
178+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
179179
+
180180
--
181181
The `categorization_analyzer` field can be specified either as a string or as an
@@ -206,7 +206,7 @@ set this value to `0`, no examples are stored.
206206
--
207207
NOTE: The `categorization_examples_limit` only applies to analysis that uses
208208
categorization. For more information, see
209-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
209+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
210210

211211
--
212212
end::categorization-examples-limit[]
@@ -216,7 +216,7 @@ If this property is specified, the values of the specified field will be
216216
categorized. The resulting categories must be used in a detector by setting
217217
`by_field_name`, `over_field_name`, or `partition_field_name` to the keyword
218218
`mlcategory`. For more information, see
219-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages].
219+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages].
220220
end::categorization-field-name[]
221221

222222
tag::categorization-filters[]
@@ -226,7 +226,7 @@ are used to filter out matching sequences from the categorization field values.
226226
You can use this functionality to fine tune the categorization by excluding
227227
sequences from consideration when categories are defined. For example, you can
228228
exclude SQL statements that appear in your log files. For more information, see
229-
{stack-ov}/ml-configuring-categories.html[Categorizing log messages]. This
229+
{ml-docs}/ml-configuring-categories.html[Categorizing log messages]. This
230230
property cannot be used at the same time as `categorization_analyzer`. If you
231231
only want to define simple regular expression filters that are applied prior to
232232
tokenization, setting this property is the easiest method. If you also want to
@@ -254,7 +254,7 @@ tag::custom-rules[]
254254
An array of custom rule objects, which enable you to customize the way detectors
255255
operate. For example, a rule may dictate to the detector conditions under which
256256
results should be skipped. For more examples, see
257-
{stack-ov}/ml-configuring-detector-custom-rules.html[Configuring detector custom rules].
257+
{ml-docs}/ml-configuring-detector-custom-rules.html[Customizing detectors with custom rules].
258258
A custom rule has the following properties:
259259
+
260260
--
@@ -318,7 +318,7 @@ end::custom-rules[]
318318
tag::custom-settings[]
319319
Advanced configuration option. Contains custom meta data about the job. For
320320
example, it can contain custom URL information as shown in
321-
{stack-ov}/ml-configuring-url.html[Adding custom URLs to {ml} results].
321+
{ml-docs}/ml-configuring-url.html[Adding custom URLs to {ml} results].
322322
end::custom-settings[]
323323

324324
tag::data-description[]
@@ -458,7 +458,7 @@ an effort to determine whether any data has subsequently been added to the index
458458
If missing data is found, it is a good indication that the `query_delay` option
459459
is set too low and the data is being indexed after the {dfeed} has passed that
460460
moment in time. See
461-
{stack-ov}/ml-delayed-data-detection.html[Working with delayed data].
461+
{ml-docs}/ml-delayed-data-detection.html[Working with delayed data].
462462

463463
This check runs only on real-time {dfeeds}.
464464

@@ -631,7 +631,7 @@ end::from[]
631631
tag::function[]
632632
The analysis function that is used. For example, `count`, `rare`, `mean`, `min`,
633633
`max`, and `sum`. For more information, see
634-
{stack-ov}/ml-functions.html[Function reference].
634+
{ml-docs}/ml-functions.html[Function reference].
635635
end::function[]
636636

637637
tag::gamma[]
@@ -906,7 +906,7 @@ tag::over-field-name[]
906906
The field used to split the data. In particular, this property is used for
907907
analyzing the splits with respect to the history of all splits. It is used for
908908
finding unusual values in the population of all splits. For more information,
909-
see {stack-ov}/ml-configuring-pop.html[Performing population analysis].
909+
see {ml-docs}/ml-configuring-pop.html[Performing population analysis].
910910
end::over-field-name[]
911911

912912
tag::outlier-fraction[]

docs/reference/modules/node.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A node that has `xpack.ml.enabled` and `node.ml` set to `true`, which is the
4747
default behavior in the {es} {default-dist}. If you want to use {ml-features},
4848
there must be at least one {ml} node in your cluster. For more information about
4949
{ml-features}, see
50-
{stack-ov}/xpack-ml.html[Machine learning in the {stack}].
50+
{ml-docs}/xpack-ml.html[Machine learning in the {stack}].
5151
+
5252
IMPORTANT: If you use the {oss-dist}, do not set `node.ml`. Otherwise, the node
5353
fails to start.

docs/reference/redirects.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,19 +611,19 @@ See <<faster-prefix-queries>>.
611611
=== Calendar resources
612612

613613
See <<ml-get-calendar>> and
614-
{stack-ov}/ml-calendars.html[Calendars and scheduled events].
614+
{ml-docs}/ml-calendars.html[Calendars and scheduled events].
615615

616616
[role="exclude",id="ml-filter-resource"]
617617
=== Filter resources
618618

619619
See <<ml-get-filter>> and
620-
{stack-ov}/ml-rules.html[Machine learning custom rules].
620+
{ml-docs}/ml-rules.html[Machine learning custom rules].
621621

622622
[role="exclude",id="ml-event-resource"]
623623
=== Scheduled event resources
624624

625625
See <<ml-get-calendar-event>> and
626-
{stack-ov}/ml-calendars.html[Calendars and scheduled events].
626+
{ml-docs}/ml-calendars.html[Calendars and scheduled events].
627627

628628
[role="exclude",id="index-apis"]
629629
=== Index APIs

docs/reference/release-notes/highlights-7.0.0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ of you running JDK 11. In order to help new users from inadvertently running
307307
with low security, we’ve also dropped TLSv1.0 from our defaults. For those
308308
running older versions of Java, we have default options of TLSv1.2 and
309309
TLSv1.1. Have a look at our
310-
https://www.elastic.co/guide/en/elastic-stack-overview/7.0/ssl-tls.html[TLS
310+
https://www.elastic.co/guide/en/elasticsearch/reference/7.0/ssl-tls.html[TLS
311311
setup instructions] if you need help getting started.
312312
//end::notable-highlights[]
313313

docs/reference/release-notes/highlights-7.1.0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and permissions for any user from the
3131
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-file-realm.html[file realm]
3232
or the https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-native-realm.html[native realm]
3333
. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
34-
https://www.elastic.co/guide/en/elastic-stack-overview/7.1/authorization.html[configure RBAC],
34+
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/authorization.html[configure RBAC],
3535
and run your cluster in production, knowing your private data stays private.
3636
Note that our advanced security features, such as single sign-on and Active Directory/LDAP
3737
authentication to field-level and document-level security, remain paid features.

docs/reference/release-notes/highlights-7.2.0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
==== {dataframes-cap}
1313

1414
beta[] You can now transform your data with
15-
{stack-ov}/ml-dataframes.html[data frames]. There is a new {kib} wizard that
15+
{ref}/transforms.html[data frames]. There is a new {kib} wizard that
1616
guides you through the process of creating a {dataframe-transform} to pivot and
1717
summarize your data and store it in a new index. Alternatively, you can use
1818
{ref}/data-frame-apis.html[{dataframe} APIs] to preview, create, and manage

0 commit comments

Comments
 (0)