Skip to content

Commit 31220a1

Browse files
wajihaparvezrhr323
authored andcommitted
Fix link on job types page (elastic#3438)
Closes elastic#3436. Confirmed that this error doesn't exist in pre-9.0 versions.
1 parent eb73bfa commit 31220a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/machine-learning/anomaly-detection/ml-anomaly-detection-job-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In the case of the population jobs, the analyzed data is split by the distinct v
4141

4242
For example, if you want to detect IP addresses with unusual request rates compared to the number of requests coming from other IP addresses, you can use a population job. That job has a `count` function to detect unusual number of requests and the analysis is split by the `client_ip` field. In this context, an event is anomalous if the request rate of an IP address is unusually high or low compared to the request rate of all IP addresses in the population. The population job builds a model of the typical number of requests for the IP addresses collectively and compares the behavior of each IP address against that collective model to detect outliers.
4343

44-
Refer to [Performing population analysis](/explore-analyze/machine-learning/anomaly-detection/ml-anomaly-detection-job-types.md) to learn more.
44+
Refer to [](/explore-analyze/machine-learning/anomaly-detection/ml-configuring-populations.md) to learn more.
4545

4646
## Advanced jobs [advanced-jobs]
4747

0 commit comments

Comments
 (0)