Skip to content

Commit 2af15de

Browse files
committed
[DOCS] Fixes machine learning links (#778)
1 parent ac67d34 commit 2af15de

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/60_upgrade_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861
[[Upgrade Elasticsearch for Hadoop to 5.6.|https://www.elastic.co/guide/en/elasticsearch/hadoop/5.6/install.html]]\
862862
&lt;&lt;endif&gt;&gt;\</tw-passagedata><tw-passagedata pid="12" name="rolling-upgrade-60" tags="" position="1401,476">!!!Upgrade to 6.3
863863
&lt;&lt;if $xpack_ml&gt;&gt;\
864-
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/elastic-stack-overview/6.3/stopping-ml.html]]
864+
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/machine-learning/6.3/stopping-ml.html]]
865865
&lt;&lt;endif&gt;&gt;\
866866
&lt;&lt;if $hadoop&gt;&gt;\
867867
&lt;span class=&quot;pseudo-link&quot;&gt;Disable ingestion from Hadoop while you upgrade the stack.&lt;/span&gt;

docs/en/getting-started/get-started-stack.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ laptop.
2121
IMPORTANT: Implementing security is a critical step in setting up the {stack}.
2222
To get up and running quickly with a sample installation, you skip those steps
2323
right now. Before sending sensitive data across the network, make sure you
24-
{stack-ov}/elasticsearch-security.html[secure the {stack}] and enable
25-
{stack-ov}/encrypting-communications.html[encrypted communications].
24+
{ref}/elasticsearch-security.html[secure the {stack}] and enable
25+
{ref}/encrypting-communications.html[encrypted communications].
2626

2727
[float]
2828
[[install-prereqs]]
@@ -1020,7 +1020,7 @@ Next, you'll want to set up the {stack} {security-features} and activate your
10201020
trial license so you can unlock the full capabilities of the {stack}. To learn
10211021
how, read:
10221022

1023-
* {stack-ov}/elasticsearch-security.html[Securing the {stack}]
1023+
* {ref}/elasticsearch-security.html[Securing the {stack}]
10241024
* {stack-ov}/license-management.html[License Management]
10251025

10261026
Want to get up and running quickly with metrics monitoring and

docs/en/siem/machine-learning.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ anomaly results to reduce the number of false positive, see <<tuning-anomaly-res
5353
To view the `Anomalies` table widget and `Max Anomaly Score By Job` details,
5454
the user must have the `ml_admin` or `ml_user` role.
5555

56-
NOTE: To adjust the `score` threshold for which {stack-ov}/xpack-ml.html[anomalies]
56+
NOTE: To adjust the `score` threshold for which {ml-docs}/xpack-ml.html[anomalies]
5757
are shown, you can modify {kib} -> Management -> Advanced Settings -> `siem:defaultAnomalyScore`.
5858

5959
[[prebuilt-ml-jobs]]

docs/en/siem/tune-anomaly-results.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ example).
5959
.. The filter you created as part of the <<create-fiter-list>> procedure.
6060
+
6161
TIP: For more information about detectors, see
62-
{stack-ov}/ml-jobs.html[Anomaly detection jobs].
62+
{ml-docs}/ml-jobs.html[Anomaly detection jobs].
6363

6464
. Click *Save*.
6565

docs/en/stack/license.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ you install in {kib} or by using the {ref}/update-license.html[update license AP
3131

3232
TIP: If you are using a basic or trial license, {security-features} are disabled
3333
by default. In all other licenses, {security-features} are enabled by default;
34-
you must {stack-ov}/security-getting-started.html[secure the {stack}] or disable
34+
you must {ref}/secure-cluster.html[secure the {stack}] or disable
3535
the {security-features}.
3636

3737
--

docs/en/stack/ml/anomaly-detection/create-jobs.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ than running multiple jobs against the same data.
2222

2323
A _population job_ detects activity that is unusual compared to the behavior of
2424
the population. For more information, see
25-
{stack-ov}/ml-configuring-pop.html[Performing population analysis].
25+
{ml-docs}/ml-configuring-pop.html[Performing population analysis].
2626

2727
An _advanced job_ can contain multiple detectors and enables you to configure all
2828
job settings.
@@ -73,7 +73,7 @@ create and manage jobs and post data to them. For more information, see
7373

7474
////
7575
Ready to get some hands-on experience? See
76-
{stack-ov}/ml-getting-started.html[Getting Started with Machine Learning].
76+
{ml-docs}/ml-getting-started.html[Getting Started with Machine Learning].
7777
7878
The following video tutorials also demonstrate single metric, multi-metric, and
7979
advanced jobs:

0 commit comments

Comments
 (0)