In the following page
valid values for SSL verification mode are "full" , "none"
I want Logstash to only verify the certificate provided by Elasticsearch is from a trusted authority and not the hostname itself , is there anyway to do this ?
I noticed that Elasticsearch itself had an option called "certificate" for ssl.verification_mode
Is such an option available for Logstash's output plugin ? If not how do I only verify the certificate is from a trusted authority & not the hostname itself