[DOCS] Fixes security links (#49563)
This commit is contained in:
parent
c40449ac22
commit
26beb486c7
|
@ -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
|
||||
|
||||
|
|
|
@ -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[]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue