Skip to content

logstash-logback-encoder-4.5

Choose a tag to compare

@philsttr philsttr released this 24 Aug 20:13
· 877 commits to main since this release
  • #115 / #116 Failover TCP connections
    • Multiple destinations can now be specified for the TCP appenders. Logs are sent to the first that accepts a connection
    • Deprecated remoteHost / port config parameters in favor of destination config parameter
  • #85 Reestablish TCP connection when socket's input stream reaches the end of the stream
    • Fixes reconnection issues when communicating with Amazon's Elastic Load Balancer (ELB)
  • #114 Shutdown faster when keep alive is enabled (only works on java 1.7+)
  • #119 Removed runtime dependency on commons-io
  • #119 Reduced jar size by minimizing shaded jar
  • #117 Detect incompatible apis at compile time using animal-sniffer-plugin