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
@@ -48,7 +48,14 @@ NOTE: Some multi-pipeline configurations such as logstash-to-logstash over http(
48
48
49
49
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.
50
50
51
-
IMPORTANT: This plugin requires minimum Java 17 and Logstash 8.7.0 versions.
51
+
[id="plugins-{type}s-{plugin}-requirements"]
52
+
===== Requirements and upgrade guidance
53
+
54
+
- This plugin requires Java 17 minimum with {ls} `8.x` versions and Java 21 minimum with {ls} `9.x` versions.
55
+
- When you upgrade the {stack}, upgrade {ls} (or this plugin specifically) _before_ you upgrade {kib}.
56
+
(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].)
57
+
+
58
+
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`).
52
59
53
60
[id="plugins-{type}s-{plugin}-es-tips"]
54
61
===== Using `filter-elastic_integration` with `output-elasticsearch`
@@ -122,7 +122,10 @@ The `monitoring` permission at cluster level is necessary to perform periodic co
122
122
[id="plugins-{type}s-{plugin}-options"]
123
123
==== Elasticsearch Filter Configuration Options
124
124
125
-
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> and the <<plugins-{type}s-{plugin}-deprecated-options>> described later.
125
+
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
126
+
127
+
NOTE: As of version `4.0.0` of this plugin, a number of previously deprecated settings related to SSL have been removed. Please see the
128
+
<<plugins-{type}s-{plugin}-obsolete-options>> for more details.
0 commit comments