Skip to content

Commit fc47818

Browse files
lcawldimitris-athanasiou
authored andcommitted
[DOCS] Adds links to rules overview
1 parent 0f8b4af commit fc47818

6 files changed

+10
-8
lines changed

x-pack/docs/en/ml/detector-custom-rules.asciidoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
[[ml-configuring-detector-custom-rules]]
33
=== Customizing detectors with rules and filters
44

5-
Rules and filters enable you to change the behavior of anomaly detectors based
6-
on domain-specific knowledge.
7-
//TO-DO: Add link to rules overview page
5+
<<ml-rules,Rules and filters>> enable you to change the behavior of anomaly
6+
detectors based on domain-specific knowledge.
87

98
Rules describe _when_ a detector should take a certain _action_ instead
109
of following its default behavior. To specify the _when_ a rule uses

x-pack/docs/en/rest-api/ml/delete-filter.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Deletes a filter.
1515

1616
==== Description
1717

18-
This API deletes a filter.
18+
This API deletes a {stack-ov}/ml-rules.html[filter].
1919
If a {ml} job references the filter, you cannot delete the filter. You must
2020
update or delete the job before you can delete the filter.
2121

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

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ A filter resource has the following properties:
1212

1313
`items`::
1414
(array of strings) An array of strings which is the filter item list.
15+
16+
For more information, see {stack-ov}/ml-rules.html[Machine learning rules and filters].

x-pack/docs/en/rest-api/ml/get-filter.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Retrieves filters.
1717

1818
===== Description
1919

20-
You can get a single filter or all filters.
20+
You can get a single filter or all filters. For more information, see
21+
{stack-ov}/ml-rules.html[Machine learning rules and filters].
2122

2223

2324
==== Path Parameters

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ For more information, see
417417
[[ml-detector-custom-rule]]
418418
==== Detector Custom Rule
419419

420-
Custom rules enable you to customize the way detectors operate.
421-
//TO-DO: Add link to rules overview
420+
{stack-ov}/ml-rules.html[Custom rules] enable you to customize the way detectors
421+
operate.
422422

423423
A rule has the following properties:
424424

x-pack/docs/en/rest-api/ml/put-filter.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Instantiates a filter.
1313

1414
===== Description
1515

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

0 commit comments

Comments
 (0)