You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.asciidoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,14 @@ NOTE: Some multi-pipeline configurations such as logstash-to-logstash over http(
47
47
48
48
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.
49
49
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`).
51
58
52
59
[id="plugins-{type}s-{plugin}-es-tips"]
53
60
===== Using `filter-elastic_integration` with `output-elasticsearch`
0 commit comments