From d3f16454822f4f97cc2af2620cfbf901e4ac22ae Mon Sep 17 00:00:00 2001 From: donoghuc Date: Mon, 2 Dec 2024 15:00:24 -0800 Subject: [PATCH] Add breaking changes docs for input-elasticsearch This commit follows the pattern established in https://github.com/elastic/logstash/pull/16701 for indicating obsolete ssl settings in logstash core plugins. --- docs/static/breaking-changes-90.asciidoc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/static/breaking-changes-90.asciidoc b/docs/static/breaking-changes-90.asciidoc index dcab80e35e3..f28bbf8e38d 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -46,4 +46,21 @@ removed and their replacements. | truststore_type |<> |======================================================================= -==== \ No newline at end of file +==== + +[discrete] +[[input-elasticsearch-ssl-9.0]] +.`logstash-input-elasticsearch` + +[%collapsible] +==== + +[cols="<,<",options="header",] +|======================================================================= +|Setting|Replaced by +| ssl |<> +| ca_file |<> +| ssl_certificate_verification |<> +|======================================================================= + +====