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.3.0 Release Notes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Logstash 6.3.0 Release Notes
editPersistent Queue users must upgrade. Old data will not be compatible with 6.3.0, and must be migrated or deleted. Read Upgrading Persistent Queue from Logstash 6.2.x and Earlier for more information.
- BUGFIX: Fix race condition in shutdown of pipelines #9285
- BUGFIX: Ensure atomic creation of persistent queue checkpoints #9303
- BUGFIX: Fixed issue where events containing non-ASCII characters were getting encoded incorrectly after passing through the persistent queue #9307
- BUGFIX: Fixes incorrect serialization of strings extracted from other strings via substring, regex matching, etc. #9308
- BUGFIX: Fixes nested metadata field lookup in Java execution #9297
- BUGFIX: Persistent queue must allow reading empty batches #9328
- BUGFIX: Prevents pipelines.yml from being overwritten during RPM/DEB package upgrade #9130
-
BUGFIX: Different types of values for the
ssl.enabledmodule option are now tolerated #8600 - BUGFIX: Detect invalid proxy and raise error #9230
-
BUGFIX: Fix
Logstash::Util.deep_cloneforLogStash::Timestamp#9405 - BUGFIX: Better error message for temp directory errors #9293
-
BUGFIX: Better error message when
Event#setis called on non-collection nested field #9298 - Implemented upgrade to persistent queues v2 #9538
- Inter-pipeline communication (within multiple pipelines on a single Logstash node) #9225
- Speed up pipeline compilation #9278
- Added bootstrap checks for available disk space when persistent queue is enabled #8978
-
Made
-V/--versionfast on Windows #8508 - Start web server after pipeline #9398
-
Optimize out empty
ifconditions from execution graph #9314