Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSL Breaking changes for logstash-output-http to breaking changes… #16701

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,34 @@ 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.

karenzone marked this conversation as resolved.
Show resolved Hide resolved
**Plugins with changes to SSL settings**

[discrete]
[[output-http-ssl-9.0]]
.<<plugins-outputs-http,logstash-output-http>>
karenzone marked this conversation as resolved.
Show resolved Hide resolved

[%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>>
|=======================================================================

====
Loading