Skip to content

Commit

Permalink
Update internal links to external (elastic#19947) (elastic#20000)
Browse files Browse the repository at this point in the history
  • Loading branch information
EamonnTP committed Jul 21, 2020
1 parent 7ade56b commit e81cc7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
11 changes: 7 additions & 4 deletions libbeat/docs/tab-widgets/set-connection.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// tag::cloud[]

Specify the <<configure-cloud-id,`cloud.id`>> of your {ess}, and set
<<configure-cloud-id,`cloud.auth`>> to a user who is authorized to
:beatname_url: {beats-ref-root}/{beatname_lc}/{branch}

Specify the {beatname_url}/configure-cloud-id.html[cloud.id] of your {ess}, and set
{beatname_url}/configure-cloud-id.html[cloud.auth] to a user who is authorized to
set up {beatname_uc}. For example:

["source","yaml",subs="attributes"]
Expand All @@ -12,7 +14,7 @@ cloud.auth: "{beatname_lc}_setup:{pwd}" <1>
<1> This examples shows a hard-coded password, but you should store sensitive
values
ifndef::serverless[]
in the <<keystore,secrets keystore>>.
in the {beatname_url}/keystore.html[secrets keystore].
endif::[]
ifdef::serverless[]
in environment variables.
Expand All @@ -34,7 +36,7 @@ output.elasticsearch:
<1> This examples shows a hard-coded password, but you should store sensitive
values
ifndef::serverless[]
in the <<keystore,secrets keystore>>.
in the {beatname_url}/keystore.html[secrets keystore].
endif::[]
ifdef::serverless[]
in environment variables.
Expand All @@ -60,3 +62,4 @@ specified for the {es} output.
`kibana_user` {ref}/built-in-roles.html[built-in role] or equivalent
privileges.
// end::self-managed[]
9 changes: 6 additions & 3 deletions libbeat/docs/tab-widgets/start.asciidoc
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
// tag::deb[]

:beatname_url: {beats-ref-root}/{beatname_lc}/{branch}

["source","sh",subs="attributes"]
----------------------------------------------------------------------
sudo service {beatname_pkg} start
----------------------------------------------------------------------

// tag::initd-note[]
NOTE: If you use an `init.d` script to start {beatname_uc}, you can't specify command
line flags (see <<command-line-options>>). To specify flags, start {beatname_uc} in
line flags (see {beatname_url}/command-line-options.html[Command reference]). To specify flags, start {beatname_uc} in
the foreground.

// end::initd-note[]

Also see <<running-with-systemd>>.
Also see {beatname_url}/running-with-systemd.html[{beatname_uc} and systemd].
// end::deb[]

// tag::rpm[]
Expand All @@ -22,7 +25,7 @@ sudo service {beatname_pkg} start

include::start.asciidoc[tag=initd-note]

Also see <<running-with-systemd>>.
Also see {beatname_url}/running-with-systemd.html[{beatname_uc} and systemd].

// end::rpm[]

Expand Down

0 comments on commit e81cc7d

Please sign in to comment.