| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | [role="xpack"][testenv="platinum"][[ccr-apis]]== Cross-cluster replication APIsbeta[]You can use the following APIs to perform {ccr} operations.[float][[ccr-api-top-level]]=== Top-Level* <<ccr-get-stats,Get {ccr} stats>>[float][[ccr-api-follow]]=== Follow* <<ccr-put-follow,Create follower index>>* <<ccr-post-pause-follow,Pause follower>>* <<ccr-post-resume-follow,Resume follower>>* <<ccr-post-unfollow,Convert follower index to a regular index>>* <<ccr-get-follow-stats,Get stats about follower indices>>[float][[ccr-api-auto-follow]]=== Auto-follow* <<ccr-put-auto-follow-pattern,Create auto-follow pattern>>* <<ccr-delete-auto-follow-pattern,Delete auto-follow pattern>>* <<ccr-get-auto-follow-pattern,Get auto-follow patterns>>// top-levelinclude::get-ccr-stats.asciidoc[]// followinclude::follow/put-follow.asciidoc[]include::follow/post-pause-follow.asciidoc[]include::follow/post-resume-follow.asciidoc[]include::follow/post-unfollow.asciidoc[]include::follow/get-follow-stats.asciidoc[]// auto-followinclude::auto-follow/put-auto-follow-pattern.asciidoc[]include::auto-follow/delete-auto-follow-pattern.asciidoc[]include::auto-follow/get-auto-follow-pattern.asciidoc[]
 |