Can’t load kibana on 5601

https://discuss.elastic.co/t/cant-load-kibana-on-5601/41886

I have installed Elasticsearch, Logstash, Kibana and Nginx following this guide,

https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-14-0429

Elasticsearch is running on 9200 
curl http://localhost:92009 gives the correct configuration.

But curl http://localhost:560111 gives

curl: (7) Failed to connect to localhost port 5601: Connection refused

In kibana.yml file I put

server.port: 5601
server.host: "127.0.0.1"
 Here I also checked with localhost and aws private ip address.

And while checking the port I am getting

netstat -anp | grep 5601

(No info could be read for "-p": geteuid()=1000 but you should be root.)

I can start kibana using sudo service kibana start

But while checking status using sudo service kibana status

kibana is not running

I haven't setup firewall . sudo ufw status

Status : Inactive

I am confused, why kibana port is not listening. Please help me to solve this.


========================================================================

Do you mind to post the result of :

  1. ps -ef | grep kibana
  2. Content of your kibana.yml
========================================================================

Its running now.
When I checked kibana log (vi /var/log/kibana/kibana.stderr)

Error: EACCES, permission denied '/opt/kibana/optimize/.babelcache.json'

So I changed permission of .babelcache.json 
sudo chown -R kibana:root /opt/kibana/optimize/.babelcache.json

Then restarted kibana , Solved the issue.


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值