To access Kibana, use the public VIP exposed by the proxy node, the default 5601 port, and the HTTPS protocol.
To connect to Kibana:
Log in to the Salt Master node.
Obtain the Kibana hostname (IP address), port, and protocol to use as a URL:
salt -C 'I@horizon:server' pillar.item nginx:server:site:nginx_proxy_kibana:host
Example of system response:
prx01.stacklight-dev-2019-2-9.local:
----------
nginx:server:site:nginx_proxy_kibana:host:
----------
name:
10.13.0.80
port:
5601
protocol:
https
Enter the URL obtained in the step 2 to a web browser.
No credentials are required to connect to Kibana.