Port self-install tutorials to current docs#5283
Merged
Merged
Conversation
Contributor
Vale Linting ResultsSummary: 12 warnings, 17 suggestions found
|
| File | Line | Rule | Message |
|---|---|---|---|
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 126 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 292 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 440 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 448 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 525 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 535 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 659 | Elastic.DontUse | Don't use 'just'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 475 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 537 | Elastic.Spelling | 'ecnrypted' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 589 | Elastic.Spelling | 'inet' is a possible misspelling. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 599 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 765 | Elastic.DontUse | Don't use 'just'. |
💡 Suggestions (17)
| File | Line | Rule | Message |
|---|---|---|---|
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 249 | Elastic.Wordiness | Consider using 'because' instead of 'since'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 259 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 300 | Elastic.Wordiness | Consider using 'because of' instead of 'as a result of'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 496 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 499 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 541 | Elastic.Wordiness | Consider using 'because' instead of 'since'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 557 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 633 | Elastic.Wordiness | Consider using 'all' instead of 'all of '. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 649 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-install.md | 659 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 268 | Elastic.WordChoice | Consider using 'can, might' instead of 'may', unless the term is in the UI. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 285 | Elastic.Wordiness | Consider using 'because' instead of 'Since'. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 443 | Elastic.WordChoice | Consider using 'can, might' instead of 'may', unless the term is in the UI. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 541 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 741 | Elastic.Wordiness | Consider using 'all' instead of 'all of '. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 757 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
| deploy-manage/deploy/self-managed/tutorial-self-managed-secure.md | 765 | Elastic.Exclamation | Use exclamation points sparingly. Consider removing the exclamation point. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
Contributor
georgewallace
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This ports two self-managed set-up tutorials into the 9.0+ docs:
(For reference, the 8.x versions are here and here.)
Generative AI disclosure
Used Claude 4.6 to port initial draft of tutorials
Closes: #5306