-
Notifications
You must be signed in to change notification settings - Fork 13
Add prerequisites doc section. #211
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
Co-authored-by: Ry Biesemeyer <[email protected]>
docs/index.asciidoc
Outdated
[id="plugins-{type}s-{plugin}-prerequisites"] | ||
===== Prerequisites | ||
- This plugin embeds portions of Elasticsearch Ingest Node whose version matches the `major`.`minor` version of the plugin. | ||
- When upgrading the {stack} product(s), this plugin should be upgraded _before_ {kib} to ensure that {agent}-managed pipelines have access to the expected functionality. | ||
- This plugin requires minimum Java 17 with its `8.x` versions and Java 21 with its `9.x` versions. |
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.
[id="plugins-{type}s-{plugin}-prerequisites"] | |
===== Prerequisites | |
- This plugin embeds portions of Elasticsearch Ingest Node whose version matches the `major`.`minor` version of the plugin. | |
- When upgrading the {stack} product(s), this plugin should be upgraded _before_ {kib} to ensure that {agent}-managed pipelines have access to the expected functionality. | |
- This plugin requires minimum Java 17 with its `8.x` versions and Java 21 with its `9.x` versions. | |
[id="plugins-{type}s-{plugin}-prerequisites"] | |
===== Prerequisites | |
- This plugin embeds functionality from the version of {es} Ingest Node matching the `major`.`minor` version of this plugin. | |
- When upgrading the {stack}, ensure that this plugin is upgraded _before_ upgrading {kib} to ensure the best experience with {agent}-managed pipelines. | |
- This plugin requires {ls} to run with a minimum of Java 17 with its `8.x` versions and Java 21 with its `9.x` versions. |
Some wording suggestions:
- Replaces Elasticsearch with {es}
- An attempt to clarify upgrade clause. I suspect @karenzone might have something better here
- Clarify that Logstash needs to run a minimum of Java 17
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.
@karenzone if you can please add/udpate on top of Rob's change, I will push the final one and merge. Thank you!
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.
If we arrive on something different we want to try, I can add it as a suggestion. While we're deciding, I'm pasting what I have here so that I don't lose it.
UPDATE: Replaced by GitHub suggestion. This old stuff here was just noise.
An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]>
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
💚 Build Succeeded
History
|
@logstashmachine backport 8.x |
* Add prerequisites doc section. * Apply suggestions from code review Co-authored-by: Ry Biesemeyer <[email protected]> * Update docs/index.asciidoc An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Ry Biesemeyer <[email protected]> Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit ade61e5)
* Add prerequisites doc section. * Apply suggestions from code review Co-authored-by: Ry Biesemeyer <[email protected]> * Update docs/index.asciidoc An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Ry Biesemeyer <[email protected]> Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit ade61e5) Co-authored-by: Mashhur <[email protected]>
@logstashmachine backport 8.16 |
* Add prerequisites doc section. * Apply suggestions from code review Co-authored-by: Ry Biesemeyer <[email protected]> * Update docs/index.asciidoc An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Ry Biesemeyer <[email protected]> Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit ade61e5)
* Add prerequisites doc section. * Apply suggestions from code review Co-authored-by: Ry Biesemeyer <[email protected]> * Update docs/index.asciidoc An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Ry Biesemeyer <[email protected]> Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit ade61e5) Co-authored-by: Mashhur <[email protected]>
@logstashmachine backport 8.17 |
* Add prerequisites doc section. * Apply suggestions from code review Co-authored-by: Ry Biesemeyer <[email protected]> * Update docs/index.asciidoc An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Ry Biesemeyer <[email protected]> Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit ade61e5)
* Add prerequisites doc section. * Apply suggestions from code review Co-authored-by: Ry Biesemeyer <[email protected]> * Update docs/index.asciidoc An awesome review from Karen! Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Ry Biesemeyer <[email protected]> Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit ade61e5) Co-authored-by: Mashhur <[email protected]>
Description
This change adds a prerequisites doc section to list up its requirements/expectations.