[DOCS] Adds documentation for remote cluster and CCR UIs (#28944) (#29003)

* [DOCS]Adds docs for new remote cluster UIs
This commit is contained in:
Sarah Hersh 2019-01-18 13:13:09 -05:00 committed by GitHub
parent e14a2e6ae8
commit 050ee39d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View file

@ -38,3 +38,8 @@ include::management/advanced-options.asciidoc[]
include::management/managing-saved-objects.asciidoc[]
include::management/managing-beats.asciidoc[]
include::management/managing-remote-clusters.asciidoc[]

View file

@ -0,0 +1,26 @@
[[managing-remote-clusters]]
== Managing Remote Clusters
{kib} *Management* provides two user interfaces for working with data from remote
clusters.
*Remote Clusters* helps you manage remote clusters for use with
{ref}/modules-cross-cluster-search.html[cross cluster search] and
{xpack-ref}/xpack-ccr.html[cross cluster replication]. You can add and remove remote
clusters and check their connectivity.
Go to *Management > Elasticsearch > Remote Clusters* to get started.
[role="screenshot"]
image::images/add_remote_cluster.png[][UI for adding a remote cluster]
*Cross Cluster Replication* includes tools to help you create and manage the remote
replication process. You can follow an index pattern on the remote cluster for
auto-discovery and then replicate new indices in the local cluster that match the
auto-follow pattern.
Go to *Management > Elasticsearch > Cross Cluster Replication* to get started.
[role="screenshot"]
image::images/auto_follow_pattern.png[][UI for adding an auto-follow pattern]