Kibana 6.2.2 - not able to access

Hello
Firstly, I am a newbie when it comes to this so please help. Im trying to deploy the elastic on a server, elasticsearch and logstash seems to be working fine however when i try
curl -XGET http://localhost:5601/ it give me this response:
var hashRoute = '/app/kibana';
var defaultRoute = '/app/kibana';

var hash = window.location.hash;
if (hash.length) {
  window.location = hashRoute + hash;
} else {
  window.location = defaultRoute;
}</script>

I followed this : https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-elasticsearch and i have changed the kibana.yml to server.host:"0.0.0.0" but still no look with accessing the kibana UI.

I appreciate the help
THank you

edit:
Issue resolved :slight_smile:

Glad it was resolved, for anyone else checking this out this is usually okay. It'll perform a client side redirect to the default application.

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