Skip to content

Commit

Permalink
Add breaking changes docs for input-elasticsearch
Browse files Browse the repository at this point in the history
This commit follows the pattern established in
#16701 for indicating obsolete ssl
settings in logstash core plugins.
  • Loading branch information
donoghuc committed Dec 3, 2024
1 parent 1851fe6 commit f54f9ff
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ removed and their replacements.

**Plugins with changes to SSL settings**


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

[%collapsible]
====
[cols="<,<",options="header",]
|=======================================================================
|Setting|Replaced by
| ca_file |<<plugins-inputs-elasticsearch-ssl_certificate_authorities>>
| ssl |<<plugins-inputs-elasticsearch-ssl_enabled>>
| ssl_certificate_verification |<<plugins-inputs-elasticsearch-ssl_verification_mode>>
|=======================================================================
====

[discrete]
[[output-http-ssl-9.0]]
.`logstash-output-http`
Expand All @@ -46,4 +64,4 @@ removed and their replacements.
| truststore_type |<<plugins-outputs-http-ssl_truststore_type>>
|=======================================================================
====
====

0 comments on commit f54f9ff

Please sign in to comment.