diff --git a/docs/plugins/discovery-ec2.asciidoc b/docs/plugins/discovery-ec2.asciidoc index 27233d8e4b7ab..c1a4913170301 100644 --- a/docs/plugins/discovery-ec2.asciidoc +++ b/docs/plugins/discovery-ec2.asciidoc @@ -338,7 +338,7 @@ connections are unreliable or slow, it is not optimised for this case and its performance may suffer. If you wish to geographically distribute your data, you should provision multiple clusters and use features such as {ref}/modules-cross-cluster-search.html[cross-cluster search] and -{stack-ov}/xpack-ccr.html[cross-cluster replication]. +{ref}/xpack-ccr.html[cross-cluster replication]. ===== Other recommendations diff --git a/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc b/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc index 1ff58154aa0f3..981089162339d 100644 --- a/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc +++ b/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc @@ -57,7 +57,7 @@ DELETE /_enrich/policy/my-policy If you use {es} {security-features}, you must have: * `read` index privileges for any indices used -* The `enrich_user` {stack-ov}/built-in-roles.html[built-in role] +* The `enrich_user` <> // end::enrich-policy-api-prereqs[] diff --git a/docs/reference/monitoring/esms.asciidoc b/docs/reference/monitoring/esms.asciidoc index 36aaf9af03ace..c07824299b8dd 100644 --- a/docs/reference/monitoring/esms.asciidoc +++ b/docs/reference/monitoring/esms.asciidoc @@ -78,7 +78,7 @@ output.elasticsearch: <1> Replace `MONITORING_ELASTICSEARCH_URL` with the appropriate URL for {esms-init}, which was provided by the Elastic support team. <2> The Elastic support team creates this user in {esms-init} and grants it the -{stack-ov}/built-in-roles.html[`remote_monitoring_agent` built-in role]. +<>. <3> Replace `MONITORING_AGENT_PASSWORD` with the value provided to you by the Elastic support team. // end::metricbeat-config[] @@ -180,9 +180,9 @@ If the Elastic {security-features} are enabled, you must also provide a user ID and password so that {metricbeat} can collect metrics successfully: .. Create a user on the production cluster that has the -`remote_monitoring_collector` {stack-ov}/built-in-roles.html[built-in role]. +`remote_monitoring_collector` <>. Alternatively, use the `remote_monitoring_user` -{stack-ov}/built-in-users.html[built-in user]. +<>. .. Add the `username` and `password` settings to the {kib} module configuration file.