|
@@ -58,6 +58,15 @@ PUT /<follower_index>/_ccr/follow
|
|
|
|
|
|
include::../follow-request-body.asciidoc[]
|
|
|
|
|
|
+==== Authorization
|
|
|
+
|
|
|
+If the {es} {security-features} are enabled, you must have `write`, `monitor`,
|
|
|
+and `manage_follow_index` index privileges for the follower index. You must have
|
|
|
+`read` and `monitor` index privileges for the leader index. You must also have
|
|
|
+`manage_ccr` cluster privileges on the cluster that contains the follower index.
|
|
|
+For more information, see
|
|
|
+{stack-ov}/security-privileges.html[Security privileges].
|
|
|
+
|
|
|
==== Example
|
|
|
|
|
|
This example creates a follower index named `follower_index`:
|