diff --git a/docs/static/breaking-changes-90.asciidoc b/docs/static/breaking-changes-90.asciidoc index 41e923ad221..dcab80e35e3 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -13,3 +13,37 @@ Include: * user impact/decription/value prop * link to relevant docs for more information +[discrete] +[[ssl-settings-9.0]] +===== Changes to SSL settings in {ls} plugins + +We've removed deprecated SSL settings in some {ls} plugins, and have replaced them with updated settings. +If your plugin configuration contains any of these obsolete options, the plugin may fail to start. + +Click the arrow beside a plugin name to see the list of settings that have been +removed and their replacements. + +**Plugins with changes to SSL settings** + +[discrete] +[[output-http-ssl-9.0]] +.`logstash-output-http` + +[%collapsible] +==== + +[cols="<,<",options="header",] +|======================================================================= +|Setting|Replaced by +| cacert |<> +| client_cert |<> +| client_key |<> +| keystore |<> +| keystore_password |<> +| keystore_type |<> +| truststore |<> +| truststore_password |<> +| truststore_type |<> +|======================================================================= + +==== \ No newline at end of file