Doc: Add filter known issue to 7.16.1 release notes (#13513)

This commit is contained in:
Karen Metts 2021-12-14 13:15:49 -05:00 committed by GitHub
parent beaf49a54e
commit 7875e243f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,26 @@ This section summarizes the changes in the following releases:
[[logstash-7-16-1]]
=== Logstash 7.16.1 Release Notes
[[known-issue-7-16-1]]
==== Known issue
Release 7.16.1 includes filter versions that will not run on JDK 8.
This issue is fixed in the latest versions:
* https://www.elastic.co/guide/en/logstash-versioned-plugins/current/v3.1.12-plugins-filters-date.html[date filter 3.1.12]
* https://www.elastic.co/guide/en/logstash-versioned-plugins/current/v7.2.7-plugins-filters-geoip.html[geoip filter 7.2.7]
You can <<updating-plugins,update these plugins>> as usual:
[source,sh]
-----
bin/logstash-plugin update logstash-filter-date
bin/logstash-plugin update logstash-filter-geoip
-----
TIP: Clear the `JAVA_HOME` and `LS_JAVA_HOME` environment variables to run Logstash with the bundled JDK (currently JDK 11).
This approach is recommended and can help you avoid version incompatibilities.
[[notable-7-16-1]]
==== Performance improvements and notable issues fixed