IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 7.15.2 Release Notes
editLogstash 7.15.2 Release Notes
editKnown issue
editRelease 7.15.2 includes filter versions that will not run on JDK 8. This issue is fixed in the latest versions:
You can update these plugins as usual:
bin/logstash-plugin update logstash-filter-date bin/logstash-plugin update logstash-filter-geoip
Clear the JAVA_HOME
environment variable to run Logstash with the bundled JDK (currently JDK 11).
This approach is recommended and can help you avoid version incompatibilities.
Performance improvements and notable issues fixed
editJruby-openssl upgrade. We’ve upgraded Logstash to 0.11.0 to properly support alt-chain certificate verifications in plugins using the Ruby net/http stack. The recent Let’s Encrypt "DST Root CA X3" expiration has caused issues in Logstash plugins such as S3. We’re including the upstream fix to avoid these issues and support alternate chain TLS certificate verification.