Skip to content

Commit

Permalink
[DOCS] Adds documentation for remote cluster and CCR UIs (#28944)
Browse files Browse the repository at this point in the history
* [DOCS]Adds docs for new remote cluster UIs
  • Loading branch information
schersh authored Jan 18, 2019
1 parent ed9a599 commit e2ab1b0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
Binary file added docs/images/add_remote_cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/auto_follow_pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/management.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]



26 changes: 26 additions & 0 deletions docs/management/managing-remote-clusters.asciidoc
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit e2ab1b0

Please sign in to comment.