Skip to content

Commit b4a8ff6

Browse files
authored
[7.1] Drafts index.asciidoc for ML Guide (#769)
1 parent 58a0848 commit b4a8ff6

File tree

7 files changed

+41
-7
lines changed

7 files changed

+41
-7
lines changed

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/getting-started-next.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ multi-metric jobs and split the data or create more complex analysis functions
5252
as necessary. For examples of more complicated configuration options, see
5353
<<ml-configuring>>.
5454

55-
If you encounter problems, we're here to help. See <<help>> and
56-
<<ml-troubleshooting>>.
55+
If you encounter problems, we're here to help. See <<ml-troubleshooting>>.

docs/en/stack/ml/anomaly-detection/getting-started.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ easier to control which users have authority to view and manage the jobs,
5555
By default, you can perform all of the steps in this tutorial by using the
5656
built-in `elastic` super user. However, the password must be set before the user
5757
can do anything. For information about how to set that password, see
58-
<<security-getting-started>>.
58+
{ref}/security-getting-started.html[Getting started with security].
5959

6060
If you are performing these steps in a production environment, take extra care
6161
because `elastic` has the `superuser` role and you could inadvertently make
6262
significant changes to the system. You can alternatively assign the
6363
`machine_learning_admin` and `kibana_user` roles to a user ID of your choice.
6464

65-
For more information, see <<built-in-roles>> and <<privileges-list-cluster>>.
65+
For more information, see {ref}/built-in-roles.html[Built-in roles] and
66+
{ref}/security-privileges.html[Security privileges].
6667

6768
--
6869

docs/en/stack/ml/anomaly-detection/troubleshooting.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ answers for frequently asked questions.
1313
* <<ml-jobnames>>
1414
* <<ml-upgradedf>>
1515

16-
To get help, see <<help>>.
17-
1816
[[ml-rollingupgrade]]
1917
=== Machine learning features unavailable after rolling upgrade
2018

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
By default, when you install {stack} products, they apply basic licenses with no
2+
expiration dates. To view your license in {kib}, go to **Management** and click
3+
**License Management**.
4+
5+
[role="screenshot"]
6+
image::images/management-license.png["The License Management page in {kib}"]
7+
8+
For more information about Elastic license levels, see
9+
https://www.elastic.co/subscriptions.
10+
11+
You can start a 30-day trial to try out all of the platinum features, including
12+
{ml-features}. Click **Start trial** on the **License Management** page in {kib}.
13+
14+
IMPORTANT: If your cluster has already activated a trial license for the current
15+
major version, you cannot start a new trial. For example, if you have already
16+
activated a trial for v6.0, you cannot start a new trial until v7.0.
17+
18+
At the end of the trial period, the platinum features operate in a
19+
{stack-ov}/license-expiration.html[degraded mode]. You can revert to a basic license, extend
20+
the trial, or purchase a subscription.
103 KB
Loading

docs/en/stack/ml/index.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
= Machine Learning in the Elastic Stack
2+
3+
:doctype: book
4+
:forum: https://discuss.elastic.co/c/x-pack
5+
:blog-ref: https://www.elastic.co/blog/
6+
:wikipedia: https://en.wikipedia.org/wiki
7+
:es-repo-dir: {docdir}/../../../../../elasticsearch/docs/reference
8+
:stack-repo-dir: {docdir}
9+
include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
10+
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
11+
12+
include::anomaly-detection/index.asciidoc[]
13+
14+
include::anomaly-detection/limitations.asciidoc[]
15+
16+
include::anomaly-detection/troubleshooting.asciidoc[]

0 commit comments

Comments
 (0)