-
Notifications
You must be signed in to change notification settings - Fork 25.7k
[DOCS] Relocate discovery module content #56611
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
[DOCS] Relocate discovery module content #56611
Conversation
* Moves `Discovery and cluster formation` content from `Modules` to `Set up Elasticsearch`. * Combines `Adding and removing nodes` with `Adding nodes to your cluster`. Adds related redirect. * Removes and redirects the `Modules` page. * Rewrites parts of `Discovery and cluster formation` to remove `module` references and meta references to the section.
|
Pinging @elastic/es-docs (>docs) |
|
Pinging @elastic/es-distributed (:Distributed/Distributed) |
|
|
||
| For more information about discovery and shard allocation, see | ||
| <<modules-discovery>> and <<modules-cluster>>. | ||
|
|
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.
Note to reviewers: This content is from https://github.com/elastic/elasticsearch/pull/56611/files#diff-e8465aac40349b409bae92fb299814f3 with no substantive changes.
Only [discrete] tags were added.
debadair
left a comment
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.
Woot! Exciting to see the end of the modules section!
docs/reference/redirects.asciidoc
Outdated
|
|
||
| This page has been removed. | ||
|
|
||
| For circuit breaker settings, see <<circuit-breaker>>. |
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'd probably pare this down to a simple list instead of repeating "For xyz settings" for each xref. Something like:
See <<settings, Configuring Elasticsearch>> for settings information:
* <<modules-cluster>>
* <<modules-dicsovery-settings>>
...
OTOH, this isn't a high-traffic page, so...leaving it as-is is fine, too.
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.
This is a good idea and much more readable IMO. Updated with 3068f21. Thanks for the suggestion!
|
Thanks as always @debadair. Happy to see this one go! 🎉 |
* Moves `Discovery and cluster formation` content from `Modules` to `Set up Elasticsearch`. * Combines `Adding and removing nodes` with `Adding nodes to your cluster`. Adds related redirect. * Removes and redirects the `Modules` page. * Rewrites parts of `Discovery and cluster formation` to remove `module` references and meta references to the section.
* Moves `Discovery and cluster formation` content from `Modules` to `Set up Elasticsearch`. * Combines `Adding and removing nodes` with `Adding nodes to your cluster`. Adds related redirect. * Removes and redirects the `Modules` page. * Rewrites parts of `Discovery and cluster formation` to remove `module` references and meta references to the section.
* Moves `Discovery and cluster formation` content from `Modules` to `Set up Elasticsearch`. * Combines `Adding and removing nodes` with `Adding nodes to your cluster`. Adds related redirect. * Removes and redirects the `Modules` page. * Rewrites parts of `Discovery and cluster formation` to remove `module` references and meta references to the section.
Moves
Discovery and cluster formationcontent fromModulestoSet up Elasticsearch.Combines
Adding and removing nodeswithAdding nodes to your cluster. Adds related redirect.Removes and redirects the
Modulespage.Rewrites parts of
Discovery and cluster formationto removemodulereferences and meta references to the section.
Closes #53303