Skip to content

[DOCS] Refer to rules feature as custom rules #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/en/stack/ml/rules.asciidoc
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[role="xpack"]
[[ml-rules]]
=== Machine learning custom rules
++++
<titleabbrev>Custom Rules</titleabbrev>
++++
=== Custom rules

By default, as described in <<ml-analyzing>>, anomaly detection is unsupervised
and the {ml} models have no awareness of the domain of your data. As a result,
{ml} jobs might identify events that are statistically significant but are
uninteresting when you know the larger context. Machine learning custom rules
enable you to customize anomaly detection.

_Rules_ instruct anomaly detectors to change their behavior based on
_Custom rules_ instruct anomaly detectors to change their behavior based on
domain-specific knowledge that you provide. When you create a rule, you can
specify conditions, scope, and actions. When the conditions of a rule are
satisfied, its actions are triggered.
Expand Down