From 3f15b02cc1d7543d37fa184fc8f47e44b7e0bd7a Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Thu, 12 Dec 2024 16:00:55 -0500 Subject: [PATCH] Add logstash-filter-http obsolete ssl section to breaking changes doc --- docs/static/breaking-changes-90.asciidoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/static/breaking-changes-90.asciidoc b/docs/static/breaking-changes-90.asciidoc index cadb5620aed..90ef1cb5a9a 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -43,6 +43,29 @@ removed and their replacements. ==== +[discrete] +[[filter-http-ssl-9.0]] +.`logstash-filter-http` + +[%collapsible] +==== + +[cols="<,<",options="header",] +|======================================================================= +|Setting|Replaced by +| cacert |<> +| client_cert |<> +| client_key |<> +| keystore |<> +| keystore_password |<> +| keystore_type |<> +| truststore |<> +| truststore_password |<> +| truststore_type |<> +|======================================================================= + +==== + [discrete] [[output-elasticsearch-ssl-9.0]] .`logstash-output-elasticsearch`