Skip to content

Commit

Permalink
Add SSL Breaking changes for logstash-output-http to breaking changes… (
Browse files Browse the repository at this point in the history
#16701)

* 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 <[email protected]>
  • Loading branch information
robbavey and karenzone authored Nov 26, 2024
1 parent 0e58e41 commit ccde1eb
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 |<<plugins-outputs-http-ssl_certificate_authorities>>
| client_cert |<<plugins-outputs-http-ssl_certificate>>
| client_key |<<plugins-outputs-http-ssl_key>>
| keystore |<<plugins-outputs-http-ssl_keystore_path>>
| keystore_password |<<plugins-outputs-http-ssl_keystore_password>>
| keystore_type |<<plugins-outputs-http-ssl_keystore_password>>
| truststore |<<plugins-outputs-http-ssl_truststore_path>>
| truststore_password |<<plugins-outputs-http-ssl_truststore_password>>
| truststore_type |<<plugins-outputs-http-ssl_truststore_type>>
|=======================================================================
====

0 comments on commit ccde1eb

Please sign in to comment.