How to access Kibana dashboard?

Access to a Kibana dashboard is subject to an IP-based access policy that limits access based on an AWS convention. The easiest way is to ensure that you ask with an IP that is unlocked.


Preconditions

SSH Forwarding Setup

The first step is to build an SSH forwarding on your local computer.

In the case of Kibana, there are 2 special features to consider.

  • A forward to the dest_port 443 must be established, since access is via HTTPS

  • Dest_server is not the complete URL of the Kibana endpoint, but only the domain name

ssh -L localport:dest_server:dest_port YOURUSER@IP-OF-YOUR-JUMPSERVER ssh -L 9200:search-wswgr-rejnjdwdoygzs7ndopio46e3ii.eu-west-1.es.amazonaws.com:443 YOURUSER@IP-OF-YOUR-JUMPSERVER -N

You can find details for Linux and Windows in our tutorial https://root360.atlassian.net/wiki/spaces/KB/pages/2014351825.

Browser access

After setting up the SSH Forwards, you can now access it via a web browser of your choice. Below is the URL that will work for you.

You'll also find the remaining part of the Kibana endpoint:

https://localhost:9200/_plugin/kibana/

 


 

Related tutorials

Related components

 


root360 Knowledge Base - This portal is hosted by Atlassian (atlassian.com | Privacy Policy)