Access to Kibana through OpenVidu


I have deployed my OpenVidu application in AWS like it’s showed in schema. But when I go to /kibana I get the error: 502 Bad Gateway. So the question probably would be if it’s required for OpeanSearch to be in public subnet to be able to see Kibana dashboard through OpenVidu?

This is because the nginx container does not redirect https://<domain>/kibana to your custom OpenSearch deployment. So, even if you deploy Kibana in a public subnet it will not redirect.

https://<domain>/kibana only redirects to a Kibana hosted in the same machine as OpenVidu Pro

I am not sure if the nginx should be aware of an external kibana and reconfigure its own configuration :thinking: . Maybe it could be a future feature.