http://public-ip:5601, i get below error
This site can’t be reached
xxx.xxx.xx refused to connect.
please help me to resolve
http://public-ip:5601, i get below error
This site can’t be reached
xxx.xxx.xx refused to connect.
please help me to resolve
Sounds like a firewall or networking problem, but you will need to provide more details around setup and configuration for anyone to be able to help beyond that.
etstat -natp | grep 5601(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:5601 0.0.0.0:* LISTEN
just show kibana is running but when called from internet with public ip:5601 , i get above error
when i tried to access from internet http://public-ip:5601, i get that error , can some one help please
Kibana is listening to 127.0.1 which is only accessible from within the VM. Change it to bind to 0.0.0.0
(or the public IP) in the kibana.yml
file and you should be able to access it from another machine.
still same . not able to load , below is my yml file
server.port:5601
server.host:"0.0.0.0"
server.maxPayloadBytes: 1048576
elasticsearch.url:"http://104.211.229.94:9200"
elasticsearch
. If you set it to false,elasticsearch.preserveHost:true
Type :quit to exit Vim
BINDING TO 0.0.0.0 NOT working when changed in yml file can some one help please
In that case it sounds like you have firewall or networking issue. Check the firewall as well as any local VM settings.
no LUCK, VM machine is in azure , firewall is disabled with below command
sudo ufw disable
Firewall stopped and disabled on system startup
still i see this, Can some one help
tcp 0 0 127.0.0.1:5601 0.0.0.0:* LISTEN
That still looks the same. Have you restarted Kibana?
sudo service kibana restart
did this but still same, something is not right
It seems like it is not loading the config file you edited. Try shutting down the service and then make sure you have updated the right config file. Check the logs when starting up to see what it picks up.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.