IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 5.6.15 Release Notes
editLogstash 5.6.15 Release Notes
edit- Fixes a problem with how Logstash logs malformed URLs. (CVE-2019-7612). See Security issues.
Plugins
editEs_bulk Codec
- Add documentation about use with http input
Dns Filter
- Fixed issue where unqualified domains would fail to resolve when running this plugin with Logstash 5.x [#48](https://github.com/logstash-plugins/logstash-filter-dns/pull/48)
- Fixed crash that could occur when encountering certain classes of invalid inputs [#49](https://github.com/logstash-plugins/logstash-filter-dns/pull/49)
Json Filter
- Updated documentation with some clarifications and fixes
Metrics Filter
- Fixed two minor typos in documentation
Split Filter
- Fixed numeric values, optimized @target verification, cleanups and specs [36](https://github.com/logstash-plugins/logstash-filter-split/pull/36)
Useragent Filter
- Update source mapping to latest from uap-core ([#53](https://github.com/logstash-plugins/logstash-filter-useragent/issues/53))
Xml Filter
- Fixed force_array behavior with nested elements [#57](https://github.com/logstash-plugins/logstash-filter-xml/pull/57)
Sqs Input
- Added support for multiple events inside same message from SQS [#48](https://github.com/logstash-plugins/logstash-input-sqs/pull/48/files)
File Output
- Removed JRuby check when using FIFOs [#75](https://github.com/logstash-plugins/logstash-output-file/pull/75)
Pagerduty Output
- Update development dependency webmock to latest version to prevent conflicts in logstash core’s dependency matrix.
S3 Output
- Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 [#195](https://github.com/logstash-plugins/logstash-output-s3/issues/195)