IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 6.8.17 Release Notes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Logstash 6.8.17 Release Notes
editThere are no user-facing changes in Logstash Core.
Plugins
editMultiline Codec
- Fixed: avoid long thread sleeps on codec close #67
Aggregate Filter
- Fixed: remove default_timeout at pipeline level #112
Fingerprint Filter
Kv Filter
-
Fixed: issue where a
field_split_pattern
containing a literal backslash failed to match correctly #87
Ruby Filter
Sleep Filter
- Minor internal refactor to change Fixnum instances to Integer, as Fixnum was deprecated in Ruby 2.4 #10
File Input
- Fixed: release watched files on completion in read-mode #271
Http Input
- Improved error handling/logging/unwraping #133
-
Fixed: a regression introduced in 3.1.0’s migration to the Netty back-end that broke some users'
browser-based workflows. When an instance of this plugin that is configured to require Basic
authentication receives a request that does not include authentication, it now appropriately
includes an
WWW-Authenticate
header in its401 Unauthorized
response, allowing the browser to collect credentials before retrying the request.
Snmp Input
Sqs Input
- Fixed: retry networking errors with backoff #57
Syslog Input
- Added support for listening on IPv6 addresses
- Refactor: avoid global side-effect + cleanup #62
-
avoid setting
BasicSocket.do_not_reverse_lookup
as it has side effects for others
Cloudwatch Output
- Fix: dropped usage of SHUTDOWN event deprecated since Logstash 5.0 #18
Http Output
- Reduce amount of default logging on a failed request #122
Lumberjack Output
- Fix: dropped usage of SHUTDOWN event deprecated since Logstash 5.0 #31