-
Notifications
You must be signed in to change notification settings - Fork 156
[manage data] Add Data tiers content #429
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
[manage data] Add Data tiers content #429
Conversation
@colleenmcginnis It looks great overall! I do think it's a little long, how about you move Configure data tiers (along with its six subsections) to a different page? |
manage-data/lifecycle/data-tiers.md
Outdated
|
||
##### Non-searchable snapshot data tier [ece-disable-non-searchable-snapshot-data-tier] | ||
|
||
Elastic Cloud Enterprise tries to move all data from the nodes that are removed during plan changes. To disable a non-searchable snapshot data tier (e.g., hot, warm, or cold tier), make sure that all data on that tier can be re-allocated by reconfiguring the relevant shard allocation filters. You’ll also need to temporarily stop your index lifecycle management (ILM) policies to prevent new indices from being moved to the data tier you want to disable. |
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.
Elastic Cloud Enterprise tries to move all data from the nodes that are removed during plan changes. To disable a non-searchable snapshot data tier (e.g., hot, warm, or cold tier), make sure that all data on that tier can be re-allocated by reconfiguring the relevant shard allocation filters. You’ll also need to temporarily stop your index lifecycle management (ILM) policies to prevent new indices from being moved to the data tier you want to disable. | |
{{ech}} and {{ece}} try to move all data from the nodes that are removed during plan changes. To disable a non-searchable snapshot data tier (e.g., hot, warm, or cold tier), make sure that all data on that tier can be re-allocated by reconfiguring the relevant shard allocation filters. You’ll also need to temporarily stop your index lifecycle management (ILM) policies to prevent new indices from being moved to the data tier you want to disable. |
These "disable a data tier" steps apply for both Elastic Cloud Hosted users and Elastic Cloud Enterprise users. Thankfully the pages are pretty much identical:
- ECE version: https://www.elastic.co/guide/en/cloud-enterprise/current/ece-disable-data-tier.html
- Elasticsearch Service version: https://www.elastic.co/guide/en/cloud/current/ec-disable-data-tier.html
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.
Earlier on the page we use {{ess}} or {{ece}}
. Should I replace all mentions of {{ess}}
with {{ech}}
or use {{ess}} and {{ece}}
here? I'd like to keep it consistent.
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.
I would use {{ech}}
(Elastic Cloud Hosted). Apparently that term is not an exact replacement for {{ess}}
(Elasticsearch Service), but I think it's the best we have right now since the latter is definitely depricated.
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! 🐙
I added just a few minor comments. I agree with Wajiha that it might make sense to separate the Configuring
task content onto a separate page so that it's separate from the conceptual stuff, but that might be a problem for a later day.
Add: I'm guessing that these instructions don't apply for Serverless, so (as with some of the docs I'm working on) we'll probably need to come back to this to add the applies
labeling.
c53ac1a
Co-authored-by: David Kilfoyle <[email protected]>
Closes https://github.com/elastic/docs-projects/issues/375
Adds Data tiers content. @kilfoyle @wajihaparvez do you think this page is too long? Should I attempt to break it into smaller chunks or do you think it's ok for now?