Skip to content

Commit dd674c8

Browse files
Add prerequisites doc section. (#211) (#214)
* 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]>
1 parent 456525c commit dd674c8

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
@@ -1,5 +1,5 @@
11
## 0.1.17
2-
- Add `x-elastic-product-origin` header to Elasticsearch requests [#197](https://github.com/elastic/logstash-filter-elastic_integration/pull/197)
2+
- Add `x-elastic-product-origin` header to Elasticsearch requests [#197](https://github.com/elastic/logstash-filter-elastic_integration/pull/197)
33

44
## 0.1.16
55
- 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)