-
Notifications
You must be signed in to change notification settings - Fork 25.6k
(Doc+) Expand watermark resolution #116892
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
👋 howdy, team! Related to elastic/cloud#134247, expands the resolution section to better enable users to self-service on ESS & avoid rather than thinking they need to contact Support per @kunisen 's feedback (cheers!)
Documentation preview: |
@stefnestor please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-docs (Team:Docs) |
Hi Stef, thanks for your great doc contribution as always! [1]After merge, it looks like below: :: ESS ![]() :: Self Managed ![]() [2]Main difference between your proposal and this one:
[3]I think we can remove or merge the ESS side doc to point to ES side, once this ES side PR is merged. As we chatted earlier :) That said, hope this makes sense to you and happy to revert my change or update based on your further suggestion. Thanks! |
|
hmm it doesn't seem to work and give me a preview as mentioned in https://github.com/elastic/elasticsearch/tree/main/docs#build-the-docs... |
@kunisen looks like the preview is refreshed now |
|
||
Also, for future prevention, you can do below: | ||
|
||
* {cloud}/ec-customize-deployment-components.html[Increase the disk size on your Hot data and Content tier (scale up)] |
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.
It's invalid to restrict this to only hot/content tier, it can happen on any data tier, here and above
@kunisen, cheers! My version makes more sense to me, but we are direct ballpark of each other so it doesn't matter to me 💚. I left a caveat on a statement that was too isolated & also wanted to note that you accidentally segmented immediate resolution (delete unneeded, scale disk/nodes) from the self-managed where it's also valid (not just for ESS/ECE). ![]() |
Thanks Stef for being patient. 🙏 :: [1]Sorry I am a bit confused. Maybe I didn't explain this clear enough and I hope you don't mind me rephrasing my words 🙏
The biggest difference between yours and mind is the order.
So that's why I thought we have to separate it into 2 tab sections - one for ECH, and one for self-managed. => That said, I think we are on the same page about call to actions. If you agree with the order above I mentioned, then we can have your version as is, since that's way much simpler which is preferred. :: [2]
Great point. Will update to reflect after having your thoughts above [1]. Thanks again! 🙏 |
@@ -0,0 +1,25 @@ | |||
// tag::cloud[] | |||
|
|||
* {ref}/docs-delete.html[Delete unused data]. |
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.
We usually recommend deleting per index not doc otherwise you don't quickly clean out disk.
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.
Ah thanks @stefnestor WDYT we use this one?
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-delete-index.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.
Yep, that's the one I linked below 🙂
Yeah, again I don't feel strongly on the formatting 🙂. I added a second comment about technical implementation but otherwise LGTM to pull out of draft for Docs+Dev. 🙏 |
Thank you @stefnestor! Eagle eyes! Once you confirmed the above is good, I will make the commit. Thanks! |
Relaunch #116892 since the original one seems to be outdated and hard to update branch.
* (Doc+) Expand watermark resolution Relaunch #116892 since the original one seems to be outdated and hard to update branch. * Apply suggestions from code review Co-authored-by: shainaraskas <[email protected]> --------- Co-authored-by: shainaraskas <[email protected]>
* (Doc+) Expand watermark resolution Relaunch #116892 since the original one seems to be outdated and hard to update branch. * Apply suggestions from code review Co-authored-by: shainaraskas <[email protected]> --------- Co-authored-by: shainaraskas <[email protected]> (cherry picked from commit a0f1856) Co-authored-by: Kuni Sen <[email protected]>
👋 howdy, team! Related to https://github.com/elastic/cloud/pull/134247, expands the resolution section to better enable users to self-service on ESS & avoid rather than thinking they need to contact Support per @kunisen 's feedback (cheers!)