Use variables for installation instructions#5331
Open
yetanothertw wants to merge 5 commits intomainfrom
Open
Conversation
Contributor
Vale Linting ResultsSummary: 1 warning found
|
| File | Line | Rule | Message |
|---|---|---|---|
| deploy-manage/deploy/self-managed/install-elasticsearch-with-debian-package.md | 95 | Elastic.BritishSpellings | Use American English spelling 'among' instead of British English 'amongst'. |
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
Contributor
Author
|
Hi @eedugon, this PR is a leftover task from when we worked on this PR. Does this look right to you, wdyt? |
eedugon
reviewed
Mar 3, 2026
Contributor
eedugon
left a comment
There was a problem hiding this comment.
Feels weird. Repository configuration is independent of the version to install. The rpm or deb repo is the same for all 9.x releases.
| ``` | ||
|
|
||
| 2. Save the repository definition to `/etc/apt/sources.list.d/elastic-9.x.list`: | ||
| 2. Save the repository definition to `/etc/apt/sources.list.d/elastic-<SPECIFIC.VERSION.NUMBER>.list`: |
Contributor
There was a problem hiding this comment.
The file 9.x was correct and expected, as the repo is common for all 9.x releases. Users shouldn't substitute anything there (if im not mistaken pf course :) )
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.
Summary
Fixes #2524 and makes use of version variables.
For the Install with Debian package page it adds tabs for installing from the APT repository step.
For the Install with RPM package page, it adds a note about replacing specific version numbers.
Generative AI disclosure