-
Notifications
You must be signed in to change notification settings - Fork 307
Closed as not planned
Description
Logstash version: 8.5.1
Description:
I've tried to configure SSL settings and found 2 inconsistencies:
- The documentation specifies the
ssl_enabled
option for the plugin, but it is not recognized.
placement inlogstash.conf
:
output {
elasticsearch {
ssl_enabled => true
}
}
error log:
[2024-04-15T08:49:14,869][ERROR][logstash.outputs.elasticsearch] Unknown setting 'ssl_enabled' for elasticsearch
Issue resolved when i changed it to ssl => true
.
- The documentation specifies the
ssl_verification_mode
option for the plugin, but it is not recognized.
placement inlogstash.conf
:
output {
elasticsearch {
ssl_verification_mode => "none"
}
}
error log:
[2024-04-15T09:08:18,575][ERROR][logstash.outputs.elasticsearch] Unknown setting 'ssl_verification_mode' for elasticsearch
Issue resolved when i changed it to ssl_certificate_verification => false
.
Both of these 'deprecations' hapenned ~1 year ago:
PR: #1118
release notes:
## 11.14.0 |
so it's either the changes weren't applied properly, or the documentation needs to be updated.
Metadata
Metadata
Assignees
Labels
No labels