Skip to content

Tags: logstash-plugins/logstash-output-tcp

Tags

v6.2.1

Toggle v6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Document default codec behavior and add guidance for newline delimite…

…d json (#54)

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Standardized SSL settings (#53)

This commit standardized the exiting SSL settings, added the ssl_cipher_suites option and fixed the server mode with SSL enabled functionality.

v6.1.2

Toggle v6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change client mode to write using the non-blocking operation (#52)

This commit changes the client mode to write using the write_nonblock method. The motivation for changing it is the current issues with IO.select and SSL, especially when using TLSv1.3.
According to the IO docs, the readability notified by IO.select doesn’t necessarily mean readability from the OpenSSL::SSL::SSLSocket object, which might lead to a blocking operation, letting the plugin in a hang state when it tries to read from the socket. Removing the reading part of the existing code would also fix this issue, but write_nonblock is the official recommendation.

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from yaauie/backport-tcp-window-support-to-6-0-x

Backport TCP window, client closing fixes to 6.0.x

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from mashhurs/fix-sending-over-tcp-window-size…

…-with-ssl

Send entire payload considering `IO#syswrite` return size.

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat: ssl_supported_protocols (TLSv1.3) (#47)

* requires latest LS 8.1 due jruby-openssl pinning
  (jruby-openssl >= 0.12.2 dependency needed)

+ Refactor: review/normalize (exception) logging

+ a close operation should release client sockets

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: unable to start with password protected key (#45)

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix logging to stdout and respect reconnect_interval (#43)

Removed Stud::try to fix logging to stdout and respect `reconnect_interval` in connection retry
Fixed: #12

v6.0.0

Toggle v6.0.0's commit message
remove obsolete field message_format

v5.0.4

Toggle v5.0.4's commit message
tolerate absense of certificate when enabling ssl