- Removed obsolete options
verify_ssl
,debug
,tls_certificate_path
andtls_certificate_password
- Bug Fix: undefined method `value' for nil:NilClass with SSL enabled, but no certificates provided #109
- Relax constraint on march hare to allow 3.x #44
- Validate :ssl_certificate_password as a password #43
- Mark deprecated options
debug
,tls_certificate_path
andtls_certificate_password
as obsolete
- Bump march hare to 3.0.0
- Bump march hare to 2.22.0 to properly convert LongString to String
- Bump march_hare version to 2.20.0 to fix reconnection issues
- Include URL of server when logging errors
- Add warning log when connection is severed
- Bump march_hare version to 2.19.0 to fix reconnection failures with proxies. See #76 for more info
- Retry the connection attempt if there is an IO Exception.
- Remove internal Logstash deps that were not necessary
- Fix SSL option to be boolean once again
- Add separate ssl_version parameter
- Mark verify_ssl parameter as obsolete since it never worked
- Better checks for SSL argument consistency
- Add SSL/TLS Support
- Add support for "x-consistent-hash" and "x-modulus-hash" exchanges
- use logstash-core-plugin-api as dependency instead of logstash-core directly
- Bump march_mare version to 2.15.0 to fix perms issue internal to march hare gem (.jar not installed with o+r perms)
- Rollback the changes in 2.1.0 . prefetch_count only belongs in the input plugin
- Add prefetch_count config option
- Add heartbeat setting
- Add connect_timeout setting
- Make LS2 compatible
- Initial Release