Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion x-pack/docs/en/monitoring/configuring-logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<monitoring-settings>>.
{stack-ov}/built-in-users.html[built-in `logstash_system` user]. For more information about these settings, see <<monitoring-settings>>.
+
--
[source,yaml]
Expand Down
2 changes: 1 addition & 1 deletion x-pack/docs/en/security/logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down