Kibana returned an unexpected response to GET http://127.0.0.1/kibana/api/status: 404

Hello,

We are deploying the PRO version and when starting the service, after performing the initial settings, the following errors occur:

openvidu-server_1 | [WARN] 2020-06-02 15:31:50,265 [main] io.openvidu.server.pro.config.KibanaConfig - Kibana returned an unexpected response to GET http://127.0.0.1/kibana/api/status: 404
openvidu-server_1 | [ERROR] 2020-06-02 15:31:50,266 [main] io.openvidu.server.pro.config.KibanaConfig - If property ‘OPENVIDU_PRO_KIBANA_HOST’ is defined, then it is mandatory that OpenVidu Server Pro is able to connect to it
openvidu-server_1 | [ERROR] 2020-06-02 15:31:50,266 [main] io.openvidu.server.pro.config.KibanaConfig - Terminating OpenVidu Server Pro

Am I forgetting something?

Regards, Carlos

Please describe what instructions are you following to deploy OpenVidu PRO.

Please share with us kibana logs:

$ docker-compose logs kibana

Hi,

I used the documentation step by step at http://docs.openvidu.io/en/2.14.0/openvidu-pro/deployment/on-premises/

output of ‘docker-compose logs kibana’:
https://pastebin.com/S5yKBPDh

Regards!