Skip to content

Commit ade61e5

Browse files
mashhursyaauiekarenzone
authored
Add prerequisites doc section. (#211)
* 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]>
1 parent f48b08b commit ade61e5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Releases from `main` are not desired until we get closer to Stack 9.x, and beginning the changelog with something other than release notes matching the version will prevent the plugin release tooling from allowing publication.
33

44
## 0.1.17
5-
- Add `x-elastic-product-origin` header to Elasticsearch requests [#197](https://github.com/elastic/logstash-filter-elastic_integration/pull/197)
5+
- Add `x-elastic-product-origin` header to Elasticsearch requests [#197](https://github.com/elastic/logstash-filter-elastic_integration/pull/197)
66

77
## 0.1.16
88
- Reflects the Elasticsearch GeoIP changes into the plugin and syncs with Elasticsearch 8.16 branch [#170](https://github.com/elastic/logstash-filter-elastic_integration/pull/170)

docs/index.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ NOTE: Some multi-pipeline configurations such as logstash-to-logstash over http(
4747

4848
Events that _fail_ ingest pipeline processing will be tagged with `_ingest_pipeline_failure`, and their `[@metadata][_ingest_pipeline_failure]` will be populated with details as a key/value map.
4949

50-
IMPORTANT: This plugin requires minimum Java 17 and Logstash 8.7.0 versions.
50+
[id="plugins-{type}s-{plugin}-requirements"]
51+
===== Requirements and upgrade guidance
52+
53+
- This plugin requires Java 17 minimum with {ls} `8.x` versions and Java 21 minimum with {ls} `9.x` versions.
54+
- When you upgrade the {stack}, upgrade {ls} (or this plugin specifically) _before_ you upgrade {kib}.
55+
(Note that this requirement is a departure from the typical {stack} https://www.elastic.co/guide/en/elastic-stack/current/installing-elastic-stack.html#install-order-elastic-stack[installation order].)
56+
+
57+
The {es}-{ls}-{kib} installation order ensures the best experience with {agent}-managed pipelines, and embeds functionality from a version of {es} Ingest Node that is compatible with the plugin version (`major`.`minor`).
5158

5259
[id="plugins-{type}s-{plugin}-es-tips"]
5360
===== Using `filter-elastic_integration` with `output-elasticsearch`

0 commit comments

Comments
 (0)