Question about the deployment of GeoEvent Streamingservices in a Enterprise basedeployment setup.
I want to expose streamingservices in the Enterpriseportal, secured. This must be on the standard https port 443.
In all samples, I see the streamingservices are items in Portal, listed with the REST endpoint of the Server with GeoEvent (ArcGIS Server). First response of the rest endpoint contains the reference to the WS:// with the geoeventserver:6143 url.
So for me it should be:
https://portalurl.domain.com/portalWA/home
https://arcgisurl.domain.com/arcgisWA/rest/
and
wss://geoeventurl.domain.com/geoevent/
I already have the https://geoevent.domain.com/geoevent/ behind a reverse proxy, to do porttranslations between 443 and the 6143.
However, I cannot find the right deployment documentation for this streamingservices scenario.