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.3.3 Release Notes
editLogstash 5.3.3 Release Notes
edit- Fixed an issue on Windows where Logstash was unable to locate the default log4j2.properties file (Issue 6352).
Input Plugins
editJDBC
:
- This plugin now automatically reconnects on connection issues (Issue 45.
HTTP Poller
:
- Added option to specify top level user/password options that apply to all URLs by default.
- Added eager auth functionality. This means the client will send any credentials in its first request rather than waiting for a 401 challenge.
Log4j
:
- This input will now reject any non-log4j log objects sent as input.
-
RabbitMQ
*: - Updated the underlying Rabbitmq Java lib to v3.0.0.
S3
:
- Fixed an issue when LS would crash when attempting to ingest a json file with a message attribute that is not a string (Issue 109.