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

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

Merged
merged 2 commits into from
Jan 18, 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
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]