From 9b82d1d7c430f4db5f58b0afdff962120ed985b8 Mon Sep 17 00:00:00 2001 From: lcawley Date: Wed, 2 May 2018 12:51:10 -0700 Subject: [PATCH] [DOCS] Fixes links to built-in users --- x-pack/docs/en/monitoring/configuring-logstash.asciidoc | 2 +- x-pack/docs/en/security/logstash.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/monitoring/configuring-logstash.asciidoc b/x-pack/docs/en/monitoring/configuring-logstash.asciidoc index be853d5fd07..d9f8cbcba2e 100644 --- a/x-pack/docs/en/monitoring/configuring-logstash.asciidoc +++ b/x-pack/docs/en/monitoring/configuring-logstash.asciidoc @@ -25,7 +25,7 @@ is disabled in {es} and data is ignored from all other sources. . Configure your Logstash nodes to send metrics by setting the `xpack.monitoring.elasticsearch.url` in `logstash.yml`. If {security} is enabled, you also need to specify the credentials for the -{xpack-ref}/setting-up-authentication.html#built-in-users[built-in `logstash_system` user]. For more information about these settings, see <>. +{stack-ov}/built-in-users.html[built-in `logstash_system` user]. For more information about these settings, see <>. + -- [source,yaml] diff --git a/x-pack/docs/en/security/logstash.asciidoc b/x-pack/docs/en/security/logstash.asciidoc index 3e0dcd69aee..eee451d40e0 100644 --- a/x-pack/docs/en/security/logstash.asciidoc +++ b/x-pack/docs/en/security/logstash.asciidoc @@ -198,7 +198,7 @@ data to a secure cluster, you need to configure the username and password that Logstash uses to authenticate for shipping monitoring data. {security} comes preconfigured with a -{xpack-ref}/setting-up-authentication.html#built-in-users[`logstash_system` built-in user] +{stack-ov}/built-in-users.html[`logstash_system` built-in user] for this purpose. This user has the minimum permissions necessary for the monitoring function, and _should not_ be used for any other purpose - it is specifically _not intended_ for use within a Logstash pipeline.