Skip to content

Commit

Permalink
Add logstash-input-http obsolete ssl section to breaking changes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Dec 12, 2024
1 parent 2642838 commit d6f369c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,29 @@ removed and their replacements.
====

[discrete]
[[input-http-ssl-9.0]]
.`logstash-input-http`

[%collapsible]
====
[cols="<,<",options="header",]
|=======================================================================
|Setting|Replaced by
| cipher_suites |<<plugins-inputs-http-ssl_cipher_suites>>
| keystore |<<plugins-inputs-http-ssl_keystore_path>>
| keystore_password |<<plugins-inputs-http-ssl_keystore_password>>
| ssl |<<plugins-inputs-http-ssl_enabled>>
| ssl_verify_mode |<<plugins-inputs-http-ssl_client_authentication>>
| tls_max_version |<<plugins-inputs-http-ssl_supported_protocols>>
| tls_min_version |<<plugins-inputs-http-ssl_supported_protocols>>
| verify_mode |<<plugins-inputs-http-ssl_client_authentication>>
|=======================================================================
====

[discrete]
[[output-http-ssl-9.0]]
.`logstash-output-http`
Expand Down

0 comments on commit d6f369c

Please sign in to comment.