We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953def7 commit 6f3828bCopy full SHA for 6f3828b
spec/unit/outputs/elasticsearch_ssl_spec.rb
@@ -20,7 +20,7 @@
20
settings = {
21
"hosts" => "localhost",
22
"ssl_enabled" => true,
23
- "ssl_certificate_mode" => 'none',
+ "ssl_verification_mode" => 'none',
24
"pool_max" => 1,
25
"pool_max_per_route" => 1
26
}
0 commit comments