-
Notifications
You must be signed in to change notification settings - Fork 163
ECE links to current updated and fixed #1988
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 all commits
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ products: | |
New or updated versions of the {{stack}} must be prepared to work with {{ece}} and are provided as packs that you can download. | ||
|
||
::::{important} | ||
{{es}} 7.8 and later comes with Index Lifecycle Management (ILM) always enabled. Before upgrading to 7.8 or later, to avoid any unpredictable behavior it is important to configure hot-warm clusters on {{ece}} with ILM rather than index curation. Check [migrate to index lifecycle management](../../../manage-data/lifecycle/index-lifecycle-management.md) for existing clusters, and [configure index management](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-index-management.html) for new clusters. | ||
{{es}} 7.8 and later comes with Index Lifecycle Management (ILM) always enabled. Before upgrading to 7.8 or later, to avoid any unpredictable behavior it is important to configure hot-warm clusters on {{ece}} with ILM rather than index curation. Check [migrate to index lifecycle management](/manage-data/lifecycle/index-lifecycle-management/migrate-index-management.md) for existing clusters, and [configure index management](/manage-data/lifecycle/index-lifecycle-management.md) for new 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. The links were switched here, the migrate link was linking to manage ILM and the configure ILM was linking to a non redirected page, which we have fixed. |
||
:::: | ||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ mapped_pages: | |
- https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-management.html | ||
- https://www.elastic.co/guide/en/elasticsearch/reference/current/overview-index-lifecycle-management.html | ||
- https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-concepts.html | ||
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-index-management.html | ||
- https://www.elastic.co/guide/en/cloud/current/ec-configure-index-management.html | ||
Comment on lines
+6
to
+7
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. One of them was missing (ece), and I moved the EC one to this doc as it shouldn't be in the migrate doc. |
||
applies_to: | ||
stack: ga | ||
products: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
mapped_pages: | ||
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-migrate-index-management.html | ||
- https://www.elastic.co/guide/en/cloud/current/ec-configure-index-management.html | ||
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. This "migrate" doc should only have mapped pages of the ECE / EC original migrate docs, not the manage ILM docs. |
||
- https://www.elastic.co/guide/en/cloud/current/ec-migrate-index-management.html | ||
applies_to: | ||
stack: ga | ||
|
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.
The removed paragraph didn't have much sense, more over when index curation is deprecated and we should recommend against it.
I've added the note that can be felt a bit repetitive because in the beginning of the doc we already mention that index curation is deprecated (i think it's beneficial also to remind it just before describing both options).