[DOCS] Fixes security links (#49563)

This commit is contained in:
Lisa Cawley 2019-11-25 12:59:59 -08:00 committed by lcawl
parent c40449ac22
commit 26beb486c7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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` <<built-in-roles,built-in role>>
// end::enrich-policy-api-prereqs[]