Not able to connect remotely

Hi,

I have installed Elasticsearch and Kibana which are active and in running state in SC Linux machine. I'm not able to connect to Kibana remotely from a Windows machine.
I have tried changing the server.host to 0.0.0.0 and disabled the firewall. I'm able to ping that machine from my machine but not able to connect to kibana.

Please help me with this issue.

Thanks & Regards,
Dharma Sanjay Reddy M.

Can you confirm which port Kibana is listening to? Can you access Kibana locally from the SC Linux machine?

Hi Bargs,

Thanks for your quick response.
My bad :frowning: There was some network issue due to which I was not able to connect to Kibana.
Now everything is working fine.

Thanks ,
Dharma Sanjay Reddy M.

1 Like

Hi @Bargs

Sorry to trouble you again.
I have installed X-pack in Elasticsearch and Kibana. Now again I'm not able to access Kibana remotely. Kibana is listening to 5601 and Kibana is working fine locally but bot able to access remotely.

[root@elk01 etc]# curl -u elastic:changeme http://0.0.0.0:5601        
 <script>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>[

Please help me out with this issue.

Thanks in advance,
Dharma Sanjay Reddy M.

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