Remote access to Kibana

Hello,
I would like to access to Kibana (ip-address:5601), not only from localhost, but from my laptop, which is in the same LAN.

How can I do ?

Thank you very much

PS : same issue for Elasticsearch...

Hello,
you only have to change kibana.yml,
server.host: ‘0.0.0.0’

Good luck.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.