-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Doc: Added a direct reference to remote cluster page #47185
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
Conversation
This has come up multiple times from the field in the past. Some users have trouble finding version compatibility information for CCR clusters. This information is well documented at https://www.elastic.co/guide/en/elasticsearch/reference/7.3/modules-remote-clusters.html. We are actually implicitly linking this already via the link to the Kibana documentation in this statement: "For more information about managing cross-cluster replication in Kibana, see Working with remote clusters." (Kibana docs then link to the remote clusters page). CCS documentation (https://www.elastic.co/guide/en/elasticsearch/reference/7.3/modules-cross-cluster-search.html) has a nice explicit link to remote clusters at the beginning of the page. This is just an attempt to adopt the same note at the beginning of the CCR documentation for consistency. Hopefully, this will make it easier for end users to find the nice compatibility information upfront.
Pinging @elastic/es-docs |
Pinging @elastic/es-distributed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @ppf2.
@ppf2 This doesn't answer the compatibility question though, CCR has a stricter compatibility requirement than remote clusters do. The local cluster (the one that is pulling from the remote cluster) must be of a compatible version equal to or newer than the version of the remote cluster. The reason is the same as for allocation of replicas: the local cluster must be able to understand the Lucene segment files that are sent to it, as well as any index settings, mappings, etc. |
Thanks @jasontedor and @ppf2. I created #47218 so we can track this request and change. |
This has come up multiple times from the field in the past. Some users have trouble finding version compatibility information for CCR clusters, even though this information is well documented at https://www.elastic.co/guide/en/elasticsearch/reference/7.3/modules-remote-clusters.html.
We are actually implicitly linking the above already via the link to the Kibana documentation as part of this statement: "For more information about managing cross-cluster replication in Kibana, see Working with remote clusters." (the Kibana docs then link back to the remote clusters page).
CCS documentation (https://www.elastic.co/guide/en/elasticsearch/reference/7.3/modules-cross-cluster-search.html) has a nice explicit link to remote clusters at the beginning of the page. This is just an attempt to adopt the same note at the beginning of the CCR documentation for consistency. Hopefully, this will make it easier for end users to find the nice compatibility information upfront.