You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failures:
1) outputs/kafka when outputting messages should raise config error when truststore location is not set and ssl is enabled
Failure/Error: kafka = LogStash::Outputs::Kafka.new(simple_kafka_config.merge({"ssl" => "true"}))
LogStash::ConfigurationError:
The setting `ssl` in plugin `kafka` is obsolete and is no longer available. Use security_protocol => 'SSL' If you have
any questions about this, you are invited to visit https://discuss.elastic.co/c/logstash and ask.
# ./spec/unit/outputs/kafka_spec.rb:54:in `(root)'
Finished in 3.11 seconds (files took 25.6 seconds to load)
6 examples, 1 failure
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: