Skip to content

Commit 382baf4

Browse files
lcawlkarenzone
authored andcommitted
Fixes links to Stack Overview
Fixes #11239
1 parent b9039dc commit 382baf4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/static/azure-module.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ the event originated.
492492
==== Deploying the module in production
493493

494494
Use security best practices to secure your configuration.
495-
See {stack-ov}/elasticsearch-security.html[Securing the {stack}] for details and recommendations.
495+
See {ref}/secure-cluster.html[Secure a cluster] for details and recommendations.
496496

497497
[[azure-resources]]
498498
==== Microsoft Azure resources

docs/static/deploying.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Enterprise-grade security is available across the entire delivery chain.
124124
* There’s a wealth of security options when communicating with Elasticsearch
125125
including basic authentication, TLS, PKI, LDAP, AD, and other custom realms.
126126
To enable Elasticsearch security, see
127-
{stack-ov}/elasticsearch-security.html[Securing the {stack}].
127+
{ref}/secure-cluster.html[Secure a cluster].
128128

129129
[float]
130130
==== Monitoring

docs/static/monitoring/monitoring-internal.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ is disabled in {es} and data is ignored from all other sources.
5858
. Configure your Logstash nodes to send metrics by setting the
5959
`xpack.monitoring.elasticsearch.hosts` in `logstash.yml`. If {security} is
6060
enabled, you also need to specify the credentials for the
61-
{stack-ov}/built-in-users.html[built-in `logstash_system` user]. For more
61+
{ref}/built-in-users.html[built-in `logstash_system` user]. For more
6262
information about these settings, see <<monitoring-settings>>.
6363
+
6464
--

docs/static/monitoring/monitoring-mb.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ it using HTTPS. For example, use a `hosts` setting like `https://localhost:9600`
119119
ID and password so that {metricbeat} can collect metrics successfully:
120120

121121
.. Create a user on the production cluster that has the
122-
`remote_monitoring_collector` {stack-ov}/built-in-roles.html[built-in role].
122+
`remote_monitoring_collector` {ref}/built-in-roles.html[built-in role].
123123

124124
.. Add the `username` and `password` settings to the module configuration
125125
file (`logstash-xpack.yml`).
@@ -180,9 +180,9 @@ must provide a valid user ID and password so that {metricbeat} can send metrics
180180
successfully:
181181

182182
.. Create a user on the monitoring cluster that has the
183-
`remote_monitoring_agent` {stack-ov}/built-in-roles.html[built-in role].
183+
`remote_monitoring_agent` {ref}/built-in-roles.html[built-in role].
184184
Alternatively, use the `remote_monitoring_user`
185-
{stack-ov}/built-in-users.html[built-in user].
185+
{ref}/built-in-users.html[built-in user].
186186
+
187187
TIP: If you're using index lifecycle management, the remote monitoring user
188188
requires additional privileges to create and read indices. For more

docs/static/security/logstash.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ data to a secure cluster, you need to configure the username and password that
204204
Logstash uses to authenticate for shipping monitoring data.
205205

206206
{security} comes preconfigured with a
207-
{stack-ov}/built-in-users.html[`logstash_system` built-in user]
207+
{ref}/built-in-users.html[`logstash_system` built-in user]
208208
for this purpose. This user has the minimum permissions necessary for the
209209
monitoring function, and _should not_ be used for any other purpose - it is
210210
specifically _not intended_ for use within a Logstash pipeline.

0 commit comments

Comments
 (0)