From d6f369c7564fc1816b321e8ebbfc3ea47417de1b Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Thu, 12 Dec 2024 16:04:23 -0500 Subject: [PATCH] Add logstash-input-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 58f6c628884..a0e44059e30 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -43,6 +43,29 @@ removed and their replacements. ==== +[discrete] +[[input-http-ssl-9.0]] +.`logstash-input-http` + +[%collapsible] +==== + + +[cols="<,<",options="header",] +|======================================================================= +|Setting|Replaced by +| cipher_suites |<> +| keystore |<> +| keystore_password |<> +| ssl |<> +| ssl_verify_mode |<> +| tls_max_version |<> +| tls_min_version |<> +| verify_mode |<> +|======================================================================= + +==== + [discrete] [[output-http-ssl-9.0]] .`logstash-output-http`