This commit removes the beta label from CCR.
@@ -6,8 +6,6 @@
<titleabbrev>Delete auto-follow pattern</titleabbrev>
++++
-beta[]
-
Delete auto-follow patterns.
==== Description
<titleabbrev>Get auto-follow pattern</titleabbrev>
Get auto-follow patterns.
<titleabbrev>Create auto-follow pattern</titleabbrev>
Creates an auto-follow pattern.
@@ -3,8 +3,6 @@
[[ccr-apis]]
== Cross-cluster replication APIs
You can use the following APIs to perform {ccr} operations.
[float]
<titleabbrev>Get follower info</titleabbrev>
Retrieves information about all follower indices.
<titleabbrev>Get follower stats</titleabbrev>
Get follower stats.
<titleabbrev>Pause follower</titleabbrev>
Pauses a follower index.
<titleabbrev>Resume follower</titleabbrev>
Resumes a follower index.
<titleabbrev>Unfollow</titleabbrev>
Converts a follower index to a regular index.
<titleabbrev>Create follower</titleabbrev>
Creates a follower index.
<titleabbrev>Get CCR stats</titleabbrev>
Get {ccr} stats.
[[ccr-auto-follow]]
=== Automatically following indices
In time series use cases where you want to follow new indices that are
periodically created (such as daily Beats indices), manually configuring follower
indices for each new leader index can be an operational burden. The auto-follow
[[ccr-getting-started]]
== Getting started with {ccr}
This getting-started guide for {ccr} shows you how to:
* <<ccr-getting-started-remote-cluster,Connect a local cluster to a remote
@@ -6,9 +6,7 @@
[partintro]
--
-The {ccr} (CCR) feature enables replication of indices in remote clusters to a
+The {ccr} (CCR) feature enables replication of indices in remote clusters to a
local cluster. This functionality can be used in some common production use
cases:
[[ccr-overview]]
== Overview
Cross-cluster replication is done on an index-by-index basis. Replication is
configured at the index level. For each configured replication there is a
replication source index called the _leader index_ and a replication target
[[ccr-requirements]]
=== Requirements for leader indices
Cross-cluster replication works by replaying the history of individual write
operations that were performed on the shards of the leader index. This means that the
history of these operations needs to be retained on the leader shards so that