Skip to content

Commit

Permalink
[7.7][DOCS] Fixes license management link (elastic#19341)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jun 29, 2020
1 parent 3aa1e95 commit a40c953
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libbeat/cmd/instance/beat.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/command-reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-license-statement.asciidoc
Original file line number Diff line number Diff line change
@@ -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].
2 changes: 1 addition & 1 deletion libbeat/docs/step-configure-credentials.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<securing-{beatname_lc}>>.

0 comments on commit a40c953

Please sign in to comment.