I have noticed the CloudID is not showing correctly (at least in the UI).
Elasticsearch Endpoint URL: https://c5d47b9145994b8faebf510cebe7e3dc.elastic.hs.coop.ch:9243
Kibana Endpoint URL: https://778494e02130436c8d517a97e191f73a.elastic.hs.coop.ch:9243
Example CloudID:
TestCluster:ZWxhc3RpYy5ocy5jb29wLmNoJGM1ZDQ3YjkxNDU5OTRiOGZhZWJmNTEwY2ViZTdlM2RjJDc3ODQ5NGUwMjEzMDQzNmM4ZDUxN2E5N2UxOTFmNzNh
This decodes (base64) to elastic.hs.coop.ch$c5d47b9145994b8faebf510cebe7e3dc$778494e02130436c8d517a97e191f73a which is host$elasticsearchID$kibanaID
If you use this CloudID in Beats or Logstash, it will fail because it cannot connect to https://c5d47b9145994b8faebf510cebe7e3dc.elastic.hs.coop.ch (without port 9243).
I assume this is a bug?