I setup the Data Aggregator for HTTPS on port 443, but system health shows the Data Aggregator as failed
Release : 21.2
Component : IM Data Aggregator
The issue is due to using default https port of 443. It's causing our code checks that use the class URI to construct the URL to the Data Aggregator, and then get port from the URI class, having it return nothing for port.
Use a different port for HTTP
Defect DE517080 has been opened to address this issue