Skip to content

Commit c98833f

Browse files
authored
[DOCS] Fix links to anomaly detection docs (#82774)
1 parent 0a51d32 commit c98833f

11 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Requires the `manage_ml` cluster privilege. This privilege is included in the
2424
This API deletes a filter. If an {anomaly-job} references the filter, you cannot
2525
delete the filter. You must update or delete the job before you can delete the
2626
filter. For more information, see
27-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-rules[Custom rules].
27+
{ml-docs}/ml-ad-finding-anomalies.html[Custom rules].
2828

2929
[[ml-delete-filter-path-parms]]
3030
== {api-path-parms-title}

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

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

3535
For more information, see
36-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-forecast[Forecasting the future].
36+
{ml-docs}/ml-ad-finding-anomalies.html[Forecasting the future].
3737

3838
[[ml-delete-forecast-path-parms]]
3939
== {api-path-parms-title}

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 @@ Requires the `manage_ml` cluster privilege. This privilege is included in the
2323

2424
You can create a forecast job based on an {anomaly-job} to extrapolate future
2525
behavior. Refer to
26-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-forecast[Forecasting the future]
26+
{ml-docs}/ml-ad-finding-anomalies.html[Forecasting the future]
2727
and
2828
{ml-docs}/ml-limitations.html#ml-forecast-limitations[Forecast limitations] to
2929
learn more.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Requires the `monitor_ml` cluster privilege. This privilege is included in the
2424
== {api-description-title}
2525

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

2929
[[ml-get-calendar-event-path-parms]]
3030
== {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
@@ -24,7 +24,7 @@ Requires the `monitor_ml` cluster privilege. This privilege is included in the
2424
== {api-description-title}
2525

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

2929
[[ml-get-calendar-path-parms]]
3030
== {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
@@ -24,7 +24,7 @@ Requires the `manage_ml` cluster privilege. This privilege is included in the
2424
== {api-description-title}
2525

2626
You can get a single filter or all filters. For more information, see
27-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-rules[Custom rules].
27+
{ml-docs}/ml-ad-finding-anomalies.html[Custom rules].
2828

2929
[[ml-get-filter-path-parms]]
3030
== {api-path-parms-title}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Requires the `manage_ml` cluster privilege. This privilege is included in the
2222
== {api-description-title}
2323

2424
This API accepts a list of
25-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-calendars[scheduled events], each
25+
{ml-docs}/ml-ad-finding-anomalies.html[scheduled events], each
2626
of which must have a start time, end time, and description.
2727

2828
[[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
@@ -22,7 +22,7 @@ Requires the `manage_ml` cluster privilege. This privilege is included in the
2222
== {api-description-title}
2323

2424
For more information, see
25-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-calendars[Calendars and scheduled events].
25+
{ml-docs}/ml-ad-finding-anomalies.html[Calendars and scheduled events].
2626

2727
[[ml-put-calendar-path-parms]]
2828
== {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
@@ -24,7 +24,7 @@ Requires the `manage_ml` cluster privilege. This privilege is included in the
2424
A filter contains a list of strings. It can be used by one or more jobs.
2525
Specifically, filters are referenced in the `custom_rules` property of detector
2626
configuration objects. For more information, see
27-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-rules[Custom rules].
27+
{ml-docs}/ml-ad-finding-anomalies.html[Custom rules].
2828

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

docs/reference/ml/ml-shared.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ If the {anomaly-job} uses a {dfeed} with
176176
{ml-docs}/ml-configuring-aggregation.html[aggregations], this value must also be
177177
divisible by the interval of the date histogram aggregation. The default value
178178
is `5m`. For more information, see
179-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-bucket-span[Bucket span].
179+
{ml-docs}/ml-ad-finding-anomalies.html[Bucket span].
180180
end::bucket-span[]
181181

182182
tag::bucket-span-results[]
@@ -418,7 +418,7 @@ of the most recent snapshot for this job. Valid values range from `0` to
418418
`model_snapshot_retention_days`. For new jobs, the default value is `1`. For
419419
jobs created before version 7.8.0, the default value matches
420420
`model_snapshot_retention_days`. For more information, refer to
421-
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-model-snapshots[Model snapshots].
421+
{ml-docs}/ml-ad-finding-anomalies.html[Model snapshots].
422422
end::daily-model-snapshot-retention-after-days[]
423423

424424
tag::data-description[]
@@ -1419,7 +1419,7 @@ snapshots for this job. It specifies the maximum period of time (in days) that
14191419
snapshots are retained. This period is relative to the timestamp of the most
14201420
recent snapshot for this job. The default value is `10`, which means snapshots
14211421
ten days older than the newest snapshot are deleted. For more information, refer
1422-
to {ml-docs}/ml-ad-finding-anomalies.html#ml-ad-model-snapshots[Model snapshots].
1422+
to {ml-docs}/ml-ad-finding-anomalies.html[Model snapshots].
14231423
end::model-snapshot-retention-days[]
14241424

14251425
tag::model-timestamp[]

0 commit comments

Comments
 (0)