Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove beta label from CCR #39722

Merged
merged 2 commits into from
Mar 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Delete auto-follow pattern</titleabbrev>
++++

beta[]

Delete auto-follow patterns.

==== Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Get auto-follow pattern</titleabbrev>
++++

beta[]

Get auto-follow patterns.

==== Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Create auto-follow pattern</titleabbrev>
++++

beta[]

Creates an auto-follow pattern.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/ccr-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[[ccr-apis]]
== Cross-cluster replication APIs

beta[]

You can use the following APIs to perform {ccr} operations.

[float]
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/follow/get-follow-info.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Get follower info</titleabbrev>
++++

beta[]

Retrieves information about all follower indices.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/follow/get-follow-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Get follower stats</titleabbrev>
++++

beta[]

Get follower stats.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/follow/post-pause-follow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Pause follower</titleabbrev>
++++

beta[]

Pauses a follower index.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/follow/post-resume-follow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Resume follower</titleabbrev>
++++

beta[]

Resumes a follower index.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/follow/post-unfollow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Unfollow</titleabbrev>
++++

beta[]

Converts a follower index to a regular index.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/follow/put-follow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Create follower</titleabbrev>
++++

beta[]

Creates a follower index.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/apis/get-ccr-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>Get CCR stats</titleabbrev>
++++

beta[]

Get {ccr} stats.

==== Description
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/auto-follow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[[ccr-auto-follow]]
=== Automatically following indices

beta[]

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
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[[ccr-getting-started]]
== Getting started with {ccr}

beta[]

This getting-started guide for {ccr} shows you how to:

* <<ccr-getting-started-remote-cluster,Connect a local cluster to a remote
Expand Down
4 changes: 1 addition & 3 deletions docs/reference/ccr/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
[partintro]
--

beta[]

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:

Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[[ccr-overview]]
== Overview

beta[]

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
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ccr/requirements.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[[ccr-requirements]]
=== Requirements for leader indices

beta[]

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
Expand Down