What version of Logstash & Elasticsearch output plugin are you using?
We have the below in our Elasticsearch output and it works as expected: hosts => ["elastic.company.tld:443"]
You do have a typo in your address https:/globalogs, missing an extra /... but if you're specifying the ssl => true it assumes https so you can omit that bit entirely
You'll need to add the certificate (.pem) to either the java trust store, or point to its location on disk using the cacert option.
I would expect ssl_certificate_verification to mean you don't have to do this but there a several threads out there that seem to indicate this option isn't honoured:
However disabling certificate verification seems like generally something you should avoid anyway
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.