From ccde1eb8fb1bf23fcbff6e6db1cad712acbf61a7 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Tue, 26 Nov 2024 16:23:44 -0500 Subject: [PATCH] =?UTF-8?q?Add=20SSL=20Breaking=20changes=20for=20logstash?= =?UTF-8?q?-output-http=20to=20breaking=20changes=E2=80=A6=20(#16701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add SSL Breaking changes for logstash-output-http to breaking changes doc * Add missing discrete tags * Improve formatting of plugin breaking chagnes Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/static/breaking-changes-90.asciidoc | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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