logstash-plugins / logstash-filter-http

HTTP Filter Plugin for Logstash
Apache License 2.0
12 stars 29 forks source link

Feat: added ssl_supported_protocols option #38

Closed kares closed 2 years ago

kares commented 2 years ago

actual option implementation provided by mixin https://github.com/logstash-plugins/logstash-mixin-http_client/pull/40

NOTE: feature is tested in http output, test here do not include any ssl_ related testing.