Skip to content
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

[DOCS] Fixes machine learning links #778

Merged
merged 1 commit into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/60_upgrade_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
[[Upgrade Elasticsearch for Hadoop to 5.6.|https://www.elastic.co/guide/en/elasticsearch/hadoop/5.6/install.html]]\
&lt;&lt;endif&gt;&gt;\</tw-passagedata><tw-passagedata pid="12" name="rolling-upgrade-60" tags="" position="1401,476">!!!Upgrade to 6.3
&lt;&lt;if $xpack_ml&gt;&gt;\
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/elastic-stack-overview/6.3/stopping-ml.html]]
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/machine-learning/6.3/stopping-ml.html]]
&lt;&lt;endif&gt;&gt;\
&lt;&lt;if $hadoop&gt;&gt;\
&lt;span class=&quot;pseudo-link&quot;&gt;Disable ingestion from Hadoop while you upgrade the stack.&lt;/span&gt;
Expand Down
2 changes: 1 addition & 1 deletion docs/en/siem/machine-learning.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ anomaly results to reduce the number of false positive, see <<tuning-anomaly-res
To view the `Anomalies` table widget and `Max Anomaly Score By Job` details,
the user must have the `ml_admin` or `ml_user` role.

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

[[prebuilt-ml-jobs]]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/siem/tune-anomaly-results.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ example).
.. The filter you created as part of the <<create-fiter-list>> procedure.
+
TIP: For more information about detectors, see
{stack-ov}/ml-jobs.html[Anomaly detection jobs].
{ml-docs}/ml-jobs.html[Anomaly detection jobs].

. Click *Save*.

Expand Down
4 changes: 2 additions & 2 deletions docs/en/stack/ml/anomaly-detection/create-jobs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ than running multiple jobs against the same data.

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

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

////
Ready to get some hands-on experience? See
{stack-ov}/ml-getting-started.html[Getting Started with Machine Learning].
{ml-docs}/ml-getting-started.html[Getting Started with Machine Learning].

The following video tutorials also demonstrate single metric, multi-metric, and
advanced jobs:
Expand Down