Skip to content

Commit d9e5831

Browse files
committed
[DOCS] Fixes links to built-in users (#9518)
1 parent 073d8e2 commit d9e5831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/docs/en/monitoring/configuring-logstash.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ is disabled in {es} and data is ignored from all other sources.
2525
. Configure your Logstash nodes to send metrics by setting the
2626
`xpack.monitoring.elasticsearch.url` in `logstash.yml`. If {security} is enabled,
2727
you also need to specify the credentials for the
28-
{xpack-ref}/setting-up-authentication.html#built-in-users[built-in `logstash_system` user]. For more information about these settings, see <<monitoring-settings>>.
28+
{stack-ov}/built-in-users.html[built-in `logstash_system` user]. For more information about these settings, see <<monitoring-settings>>.
2929
+
3030
--
3131
[source,yaml]

x-pack/docs/en/security/logstash.asciidoc

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

200200
{security} comes preconfigured with a
201-
{xpack-ref}/setting-up-authentication.html#built-in-users[`logstash_system` built-in user]
201+
{stack-ov}/built-in-users.html[`logstash_system` built-in user]
202202
for this purpose. This user has the minimum permissions necessary for the
203203
monitoring function, and _should not_ be used for any other purpose - it is
204204
specifically _not intended_ for use within a Logstash pipeline.

0 commit comments

Comments
 (0)