Skip to content

Commit 3a2711b

Browse files
lcawlbmorelli25
authored andcommitted
[DOCS] Fixes link to role mapping (#2775)
1 parent dcb68e1 commit 3a2711b

File tree

8 files changed

+23
-25
lines changed

8 files changed

+23
-25
lines changed

docs/copied-from-beats/https.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
To secure the communication between {beatname_uc} and Elasticsearch, you can use
1414
HTTPS and basic authentication. Basic authentication for Elasticsearch is
1515
available when you enable {security} (see
16-
{stack-ov}/elasticsearch-security.html[Securing the {stack}] and <<securing-beats>>).
16+
{ref}/secure-cluster.html[Secure a cluster] and <<securing-beats>>).
1717
If you aren't using {security}, you can use a web proxy instead.
1818

1919
Here is a sample configuration:

docs/copied-from-beats/monitoring/monitoring-beats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ifndef::serverless[]
2828
endif::[]
2929

3030
To learn about monitoring in general, see
31-
{stack-ov}/xpack-monitoring.html[Monitoring the {stack}].
31+
{ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
3232

3333
--
3434

docs/copied-from-beats/monitoring/monitoring-internal-collection.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For an alternative method, see <<monitoring-metricbeat-collection>>.
2323
endif::[]
2424

2525
To learn about monitoring in general, see
26-
{stack-ov}/xpack-monitoring.html[Monitoring the {stack}].
26+
{ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
2727

2828
//TODO: Not sure if these docs need to be updated to be parallel with other
2929
//stack components since this is the old way of configuring monitoring.
@@ -32,8 +32,8 @@ To learn about monitoring in general, see
3232
data to {es}. For example, you can use the built-in +{beat_monitoring_user}+ user or
3333
assign the built-in +{beat_monitoring_user}+ role to another user. For more
3434
information, see
35-
{stack-ov}/setting-up-authentication.html[Setting Up User Authentication] and
36-
{stack-ov}/built-in-roles.html[Built-in Roles].
35+
{ref}/setting-up-authentication.html[User authentication] and
36+
{ref}/built-in-roles.html[Built-in roles].
3737

3838
. Add the `monitoring` settings in the {beatname_uc} configuration file. If you
3939
configured the {es} output and want to send {beatname_uc} monitoring events to

docs/copied-from-beats/monitoring/monitoring-metricbeat.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrently. If you don't want to run two instances concurrently, use
2626
endif::[]
2727

2828
To learn about monitoring in general, see
29-
{stack-ov}/xpack-monitoring.html[Monitoring the {stack}].
29+
{ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
3030

3131
//NOTE: The tagged regions are re-used in the Stack Overview.
3232

@@ -175,9 +175,9 @@ If the Elastic {security-features} are enabled, you must also provide a user
175175
ID and password so that {metricbeat} can collect metrics successfully:
176176

177177
.. Create a user on the production cluster that has the
178-
`remote_monitoring_collector` {stack-ov}/built-in-roles.html[built-in role].
178+
`remote_monitoring_collector` {ref}/built-in-roles.html[built-in role].
179179
Alternatively, use the `remote_monitoring_user`
180-
{stack-ov}/built-in-users.html[built-in user].
180+
{ref}/built-in-users.html[built-in user].
181181

182182
.. Add the `username` and `password` settings to the beat module configuration
183183
file.
@@ -238,9 +238,9 @@ must provide a valid user ID and password so that {metricbeat} can send metrics
238238
successfully:
239239

240240
.. Create a user on the monitoring cluster that has the
241-
`remote_monitoring_agent` {stack-ov}/built-in-roles.html[built-in role].
241+
`remote_monitoring_agent` {ref}/built-in-roles.html[built-in role].
242242
Alternatively, use the `remote_monitoring_user`
243-
{stack-ov}/built-in-users.html[built-in user].
243+
{ref}/built-in-users.html[built-in user].
244244
+
245245
TIP: If you're using index lifecycle management, the remote monitoring user
246246
requires additional privileges to create and read indices. For more

docs/copied-from-beats/security/basic-auth.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ endif::apm-server[]
4646
configure the `certificate` and `key` settings. These settings assume that the
4747
distinguished name (DN) in the certificate is mapped to the appropriate roles in
4848
the `role_mapping.yml` file on each node in the {es} cluster. For more
49-
information, see {xpack-ref}/mapping-roles.html#mapping-roles-file[Using Role
50-
Mapping Files].
49+
information, see {ref}/mapping-roles.html#mapping-roles-file[Using role
50+
mapping files].
5151
+
5252
["source","yaml",subs="attributes,callouts"]
5353
--------------------------------------------------
@@ -58,5 +58,4 @@ output.elasticsearch:
5858
--------------------------------------------------
5959

6060
To learn more about {stack} security features and other types of
61-
authentication, see {stack-ov}/elasticsearch-security.html[Securing the
62-
{stack}].
61+
authentication, see {ref}/secure-cluster.html[Secure a cluster].

docs/copied-from-beats/security/securing-beats.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<titleabbrev>Use {security}</titleabbrev>
88
++++
99

10-
If you want {beatname_uc} to connect to a cluster that has
11-
{stack-ov}/elasticsearch-security.html[{security}] enabled, there are extra
12-
configuration steps:
10+
If you want {beatname_uc} to connect to a cluster that has {security} enabled,
11+
there are extra configuration steps:
1312

1413
. <<feature-roles>>.
1514
+

docs/copied-from-beats/security/users.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ roles needed depend on the method used to collect monitoring data.
107107

108108
For <<monitoring-internal-collection,internal collection>>, {security}
109109
provides the +{beat_default_index_prefix}_system+
110-
{stack-ov}/built-in-users.html[built-in user] and
111-
+{beat_default_index_prefix}_system+ {stack-ov}/built-in-roles.html[built-in
110+
{ref}/built-in-users.html[built-in user] and
111+
+{beat_default_index_prefix}_system+ {ref}/built-in-roles.html[built-in
112112
role] for sending monitoring information. You can use the built-in user, or
113113
create a user who has the privileges needed to send monitoring information.
114114

@@ -145,9 +145,9 @@ ifndef::serverless[]
145145
===== {metricbeat} collection
146146

147147
For <<monitoring-metricbeat-collection,{metricbeat} collection>>, {security}
148-
provides the `remote_monitoring_user` {stack-ov}/built-in-users.html[built-in
148+
provides the `remote_monitoring_user` {ref}/built-in-users.html[built-in
149149
user], and the `remote_monitoring_collector` and `remote_monitoring_agent`
150-
{stack-ov}/built-in-roles.html[built-in roles] for collecting and sending
150+
{ref}/built-in-roles.html[built-in roles] for collecting and sending
151151
monitoring information. You can use the built-in user, or
152152
create a user who has the privileges needed to collect and send monitoring
153153
information.
@@ -316,9 +316,9 @@ endif::apm-server[]
316316
==== Learn more about users and roles
317317

318318
Want to learn more about creating users and roles? See
319-
{stack-ov}/elasticsearch-security.html[Securing the {stack}]. Also see:
319+
{ref}/secure-cluster.html[Secure a cluster]. Also see:
320320

321-
* {stack-ov}/security-privileges.html[Security privileges] for a description of
321+
* {ref}/security-privileges.html[Security privileges] for a description of
322322
available privileges
323-
* {stack-ov}/built-in-roles.html[Built-in roles] for a description of roles that
323+
* {ref}/built-in-roles.html[Built-in roles] for a description of roles that
324324
you can assign to users

docs/copied-from-beats/template-config.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ setup.template.settings:
6969
index.number_of_replicas: 1
7070
----------------------------------------------------------------------
7171

72-
NOTE: If you want to use {stack-ov}/xpack-ccr.html[{ccr}] to replicate {beatname_uc}
72+
NOTE: If you want to use {ref}/xpack-ccr.html[{ccr}] to replicate {beatname_uc}
7373
indices to another cluster, you will need to add additional template settings to
7474
{ref}/ccr-requirements.html#ccr-overview-beats[enable soft deletes] on the
7575
underlying indices.

0 commit comments

Comments
 (0)