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 2 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
23 changes: 23 additions & 0 deletions docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,26 @@ Include:
* user impact/decription/value prop
* link to relevant docs for more information

[discrete]
[[Removal-of-Deprecated-SSL-Settings]]
===== Removal of Deprecated SSL Settings

The following plugins have removed previously deprecated SSL settings:

[discrete]
[[logstash-output-http]]
====== logstash-output-http

[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>>
|=======================================================================
robbavey marked this conversation as resolved.
Show resolved Hide resolved
Loading