From 6f8fef99c9c2486af9f4cde9f2468302251a9283 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Wed, 18 Dec 2024 11:12:47 -0500 Subject: [PATCH 1/2] Add logstash-filter-elasticsearch obsolete ssl section to breaking changes doc Adds information about the SSL setting obsolescence for the Elasticsearch filter to the 9.0 breaking changes doc --- docs/static/breaking-changes-90.asciidoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/static/breaking-changes-90.asciidoc b/docs/static/breaking-changes-90.asciidoc index cadb5620aed..8e4b7a6ae91 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -43,6 +43,24 @@ removed and their replacements. ==== +[discrete] +[[filter-elasticsearch-ssl-9.0]] +.`logstash-filter-elasticsearch` + +[%collapsible] +==== + +[cols="<,<,<",options="header",] +|======================================================================= +|Setting|Replaced by +| ca_file |<> +| keystore |<> +| keystore_password |<> +| ssl |<> +|======================================================================= + +==== + [discrete] [[output-elasticsearch-ssl-9.0]] .`logstash-output-elasticsearch` From 818e5e92aaced997c448a41f9acae7d10f08e00d Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Wed, 18 Dec 2024 12:24:52 -0500 Subject: [PATCH 2/2] Fix headers Co-authored-by: Cas Donoghue --- docs/static/breaking-changes-90.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/breaking-changes-90.asciidoc b/docs/static/breaking-changes-90.asciidoc index 8e4b7a6ae91..36cfd5455c2 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -50,7 +50,7 @@ removed and their replacements. [%collapsible] ==== -[cols="<,<,<",options="header",] +[cols="<,<",options="header",] |======================================================================= |Setting|Replaced by | ca_file |<>