Closed
Description
Using cloud_id beats (and logstash) when connecting to an ECE hosted deployment will require users to add a redirect rule to their reverse proxy, or load balancer since beats will default to 443 if no port is specified. This is fine for ESS (where we do forward these requests to the correct port), but will break in case of ECE that listens on a different port by default.
Including the relevant port in the cloud_id will allow this integration to work seamlessly without a need to configure any redirect rules.
// cc @tsg @AlexP-Elastic