[DOCS] Add links to ESS for setting up remote clusters on cloud. (#68401)

This commit is contained in:
Adam Locke 2021-02-02 14:32:54 -05:00 committed by GitHub
parent 97eda6fab2
commit 5de8613c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -64,6 +64,10 @@ that are periodically created in a remote cluster
You can manually create follower indices to replicate specific indices on a
remote cluster, or configure auto-follow patterns to replicate rolling time series indices.
TIP: If you want to replicate data across clusters in the cloud, you can
link:{cloud}/ec-enable-ccs.html[configure remote clusters on {ess}]. Then, you
can <<modules-cross-cluster-search,search across clusters>> and set up {ccr}.
video::https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt994089f5e841ad69/5f6265de6f40ab4648b5cf9b/ccr-setup-video-edited.mp4[width=700, height=500, options="autoplay,loop"]
[[ccr-getting-started-prerequisites]]

View file

@ -28,6 +28,10 @@ The following APIs support {ccs}:
To perform a {ccs}, you must have at least one remote cluster configured.
TIP: If you want to search across clusters in the cloud, you can
link:{cloud}/ec-enable-ccs.html[configure remote clusters on {ess}]. Then, you
can search across clusters and <<ccr-getting-started,set up {ccr}>>.
The following <<cluster-update-settings,cluster update settings>> API request
adds three remote clusters:`cluster_one`, `cluster_two`, and `cluster_three`.