From a40c9538e2ac361b13f2008040023fd0816aeb07 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Mon, 29 Jun 2020 16:19:00 -0700 Subject: [PATCH] [7.7][DOCS] Fixes license management link (#19341) --- libbeat/cmd/instance/beat.go | 2 +- libbeat/docs/command-reference.asciidoc | 2 +- libbeat/docs/shared-docker.asciidoc | 2 +- libbeat/docs/shared-license-statement.asciidoc | 2 +- libbeat/docs/step-configure-credentials.asciidoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libbeat/cmd/instance/beat.go b/libbeat/cmd/instance/beat.go index d340aefe6e1..e46b871c569 100644 --- a/libbeat/cmd/instance/beat.go +++ b/libbeat/cmd/instance/beat.go @@ -543,7 +543,7 @@ func (b *Beat) Setup(settings Settings, bt beat.Creator, setup SetupSettings) er if setup.MachineLearning && b.SetupMLCallback != nil { cfgwarn.Deprecate("8.0.0", "Setting up ML using %v is going to be removed. Please use the ML app to setup jobs.", strings.Title(b.Info.Beat)) - fmt.Println("Setting up ML using setup --machine-learning is going to be removed in 8.0.0. Please use the ML app instead.\nSee more: https://www.elastic.co/guide/en/elastic-stack-overview/current/xpack-ml.html") + fmt.Println("Setting up ML using setup --machine-learning is going to be removed in 8.0.0. Please use the ML app instead.\nSee more: https://www.elastic.co/guide/en/machine-learning/current/index.html") err = b.SetupMLCallback(&b.Beat, b.Config.Kibana) if err != nil { return err diff --git a/libbeat/docs/command-reference.asciidoc b/libbeat/docs/command-reference.asciidoc index 9ce860eb3eb..c84c86b82be 100644 --- a/libbeat/docs/command-reference.asciidoc +++ b/libbeat/docs/command-reference.asciidoc @@ -91,7 +91,7 @@ endif::[] Some of the features described here require an Elastic license. For more information, see https://www.elastic.co/subscriptions and -{stack-ov}/license-management.html[License Management]. +{kibana-ref}/managing-licenses.html[License Management]. [options="header"] diff --git a/libbeat/docs/shared-docker.asciidoc b/libbeat/docs/shared-docker.asciidoc index 65ab23078d8..b943a58785f 100644 --- a/libbeat/docs/shared-docker.asciidoc +++ b/libbeat/docs/shared-docker.asciidoc @@ -9,7 +9,7 @@ https://www.docker.elastic.co[www.docker.elastic.co]. These images are free to use under the Elastic license. They contain open source and free commercial features and access to paid commercial features. -{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the +{kibana-ref}/managing-licenses.html[Start a 30-day trial] to try out all of the paid commercial features. See the https://www.elastic.co/subscriptions[Subscriptions] page for information about Elastic license levels. diff --git a/libbeat/docs/shared-license-statement.asciidoc b/libbeat/docs/shared-license-statement.asciidoc index f585c9030c8..9314ae12463 100644 --- a/libbeat/docs/shared-license-statement.asciidoc +++ b/libbeat/docs/shared-license-statement.asciidoc @@ -1,4 +1,4 @@ Don't have a license? You can start a 30-day trial. At the end of the trial period, you can purchase a subscription to keep using central management. For more information, see https://www.elastic.co/subscriptions and -{stack-ov}/license-management.html[License Management]. +{kibana-ref}/managing-licenses.html[License Management]. diff --git a/libbeat/docs/step-configure-credentials.asciidoc b/libbeat/docs/step-configure-credentials.asciidoc index 4fd3b62993d..5000f224364 100644 --- a/libbeat/docs/step-configure-credentials.asciidoc +++ b/libbeat/docs/step-configure-credentials.asciidoc @@ -37,7 +37,7 @@ endif::[] specify credentials for {kib}, {beatname_uc} uses the `username` and `password` specified for the {es} output. <3> To use the pre-built Kibana dashboards, this user must have the -`kibana_user` {xpack-ref}/built-in-roles.html[built-in role] or equivalent +`kibana_user` {ref}/built-in-roles.html[built-in role] or equivalent privileges. + For more information, see <>.