-
Notifications
You must be signed in to change notification settings - Fork 159
[D&M] Remote clusters cleanup #443
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
Changes from 12 commits
51e3da7
25bceed
41693ad
567fab3
297a4fc
6757e61
12c0e4c
9c78a70
921d25b
d17aa90
bb2b4ff
0cfb20a
05bc37c
a982cdf
3176a62
cb8ec6f
da366d6
913b811
e8377d1
4f59eb7
a8c53d3
c84e9e1
1bf69c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
:::::{dropdown} Version compatibility table | ||
|
||
* Any node can communicate with another node on the same major version. For example, 9.0 can talk to any 9.x node. | ||
* Version compatibility is symmetric, meaning that if 7.16 can communicate with 8.0, 8.0 can also communicate with 7.16. The following table depicts version compatibility between local and remote nodes. | ||
|
||
| | | | ||
| --- | --- | | ||
| | Local cluster | | ||
| Remote cluster | 5.0–5.5 | 5.6 | 6.0–6.6 | 6.7 | 6.8 | 7.0 | 7.1–7.16 | 7.17 | 8.0–9.0 | | ||
| 5.0–5.5 |  |  |  |  |  |  |  |  |  | | ||
| 5.6 |  |  |  |  |  |  |  |  |  | | ||
| 6.0–6.6 |  |  |  |  |  |  |  |  |  | | ||
| 6.7 |  |  |  |  |  |  |  |  |  | | ||
| 6.8 |  |  |  |  |  |  |  |  |  | | ||
| 7.0 |  |  |  |  |  |  |  |  |  | | ||
| 7.1–7.16 |  |  |  |  |  |  |  |  |  | | ||
| 7.17 |  |  |  |  |  |  |  |  |  | | ||
| 8.0–9.0 |  |  |  |  |  |  |  |  |  | | ||
|
||
|
||
::::{important} | ||
Elastic only supports {{ccs}} on a subset of these configurations. See [Supported {{ccs}} configurations](../../../solutions/search/cross-cluster-search.md#ccs-supported-configurations). | ||
:::: | ||
|
||
::::: | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
--- | ||
applies_to: | ||
deployment: | ||
ess: ga | ||
eck: ga | ||
navigation_title: With {{eck}} | ||
mapped_pages: | ||
- https://www.elastic.co/guide/en/cloud/current/ec-enable-ccs-for-eck.html | ||
--- | ||
|
||
# Remote clusters between {{ech}} and ECK [ec-enable-ccs-for-eck] | ||
florent-leborgne marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
These steps describe how to configure remote clusters between an {{es}} cluster in {{ech}} and an {{es}} cluster running within [{{eck}} (ECK)](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-overview.html). Once that’s done, you’ll be able to [run CCS queries from {{es}}](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html) or [set up CCR](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-getting-started-tutorial.html). | ||
These steps describe how to configure remote clusters between an {{es}} cluster in {{ech}} and an {{es}} cluster running within [{{eck}} (ECK)](/deploy-manage/deploy/cloud-on-k8s.md). Once that’s done, you’ll be able to [run CCS queries from {{es}}](/solutions/search/cross-cluster-search.md) or [set up CCR](/deploy-manage/tools/cross-cluster-replication/set-up-cross-cluster-replication.md). | ||
|
||
|
||
## Establish trust between two clusters [ec_establish_trust_between_two_clusters] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. line 81: confused about what the user is supposed to do on the target page. the establishing trust procedures above also refer to these pages. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If that's what you're referring to: Those page used to be maintained by the ECK team. Only thing I know is that doing it on ECK is very close to how it's done with self-managed, which isn't very concrete information... We can make a note to improve this later. |
||
|
florent-leborgne marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
a perfect page????