Skip to content

Commit 8acf59b

Browse files
committed
Remove beta label from CCR (elastic#39722)
This commit removes the beta label from CCR.
1 parent 98afed7 commit 8acf59b

16 files changed

+1
-36
lines changed

docs/reference/ccr/apis/auto-follow/delete-auto-follow-pattern.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Delete auto-follow pattern</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Delete auto-follow patterns.
1210

1311
==== Description

docs/reference/ccr/apis/auto-follow/get-auto-follow-pattern.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Get auto-follow pattern</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Get auto-follow patterns.
1210

1311
==== Description

docs/reference/ccr/apis/auto-follow/put-auto-follow-pattern.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Create auto-follow pattern</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Creates an auto-follow pattern.
1210

1311
==== Description

docs/reference/ccr/apis/ccr-apis.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[ccr-apis]]
44
== Cross-cluster replication APIs
55

6-
beta[]
7-
86
You can use the following APIs to perform {ccr} operations.
97

108
[float]

docs/reference/ccr/apis/follow/get-follow-info.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Get follower info</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Retrieves information about all follower indices.
1210

1311
==== Description

docs/reference/ccr/apis/follow/get-follow-stats.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Get follower stats</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Get follower stats.
1210

1311
==== Description

docs/reference/ccr/apis/follow/post-pause-follow.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Pause follower</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Pauses a follower index.
1210

1311
==== Description

docs/reference/ccr/apis/follow/post-resume-follow.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Resume follower</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Resumes a follower index.
1210

1311
==== Description

docs/reference/ccr/apis/follow/post-unfollow.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Unfollow</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Converts a follower index to a regular index.
1210

1311
==== Description

docs/reference/ccr/apis/follow/put-follow.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Create follower</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Creates a follower index.
1210

1311
==== Description

docs/reference/ccr/apis/get-ccr-stats.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>Get CCR stats</titleabbrev>
77
++++
88

9-
beta[]
10-
119
Get {ccr} stats.
1210

1311
==== Description

docs/reference/ccr/auto-follow.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[ccr-auto-follow]]
44
=== Automatically following indices
55

6-
beta[]
7-
86
In time series use cases where you want to follow new indices that are
97
periodically created (such as daily Beats indices), manually configuring follower
108
indices for each new leader index can be an operational burden. The auto-follow

docs/reference/ccr/getting-started.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[ccr-getting-started]]
44
== Getting started with {ccr}
55

6-
beta[]
7-
86
This getting-started guide for {ccr} shows you how to:
97

108
* <<ccr-getting-started-remote-cluster,Connect a local cluster to a remote

docs/reference/ccr/index.asciidoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
[partintro]
77
--
88

9-
beta[]
10-
11-
WARNING: {ccr} is currently not supported by indices being managed by
12-
{ref}/index-lifecycle-management.html[Index Lifecycle Management].
13-
14-
The {ccr} (CCR) feature enables replication of indices in remote clusters to a
9+
The {ccr} (CCR) feature enables replication of indices in remote clusters to a
1510
local cluster. This functionality can be used in some common production use
1611
cases:
1712

docs/reference/ccr/overview.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[ccr-overview]]
44
== Overview
55

6-
beta[]
7-
86
Cross-cluster replication is done on an index-by-index basis. Replication is
97
configured at the index level. For each configured replication there is a
108
replication source index called the _leader index_ and a replication target

docs/reference/ccr/requirements.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[ccr-requirements]]
44
=== Requirements for leader indices
55

6-
beta[]
7-
86
Cross-cluster replication works by replaying the history of individual write
97
operations that were performed on the shards of the leader index. This means that the
108
history of these operations needs to be retained on the leader shards so that

0 commit comments

Comments
 (0)