Skip to content

Commit

Permalink
Document obsolete settings for elasticsearch output plugin (#16787)
Browse files Browse the repository at this point in the history
Update breaking changes doc with the standardized ssl settings for the
logstash-output-elasticsearch plugin.
  • Loading branch information
donoghuc authored Dec 13, 2024
1 parent 188d9e7 commit 2d51cc0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ removed and their replacements.
====

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

[%collapsible]
====
[cols="<,<",options="header",]
|=======================================================================
|Setting|Replaced by
| cacert |<<plugins-outputs-elasticsearch-ssl_certificate_authorities>>
| keystore |<<plugins-outputs-elasticsearch-ssl_keystore_path>>
| keystore_password |<<plugins-outputs-elasticsearch-ssl_keystore_password>>
| ssl |<<plugins-outputs-elasticsearch-ssl_enabled>>
| ssl_certificate_verification |<<plugins-outputs-elasticsearch-ssl_verification_mode>>
| truststore |<<plugins-outputs-elasticsearch-ssl_truststore_path>>
| truststore_password |<<plugins-outputs-elasticsearch-ssl_truststore_password>>
|=======================================================================
====

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

0 comments on commit 2d51cc0

Please sign in to comment.