Connect to Kibana

Connect to KibanaΒΆ

To access Kibana, use the public VIP exposed by the proxy node, the default 5601 port, and the HTTPS protocol.

To connect to Kibana:

  1. Log in to the Salt Master node.

  2. 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
    
  3. Enter the URL obtained in the step 2 to a web browser.

No credentials are required to connect to Kibana.