the errors"Upgrade Required Your version of Elasticsearch is too old. Kibana requires Elasticsearch 0.90.9 or above."&&“Error Could not reach http://10.30.13.6:80/_nodes. If you are using a proxy, ensure it is configured correctly”,could someone help me to solve the problems?? centos7 kibana4.1 I just follow this tutorial “https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-1-7-logstash-1-5-and-kibana-4-1-elk-stack-on-centos-7”
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
As the error message indicates, the version of Kibana requires Elasticsearch >= 0.90.9. If you follow that tutorial, you should have Elasticsearch 1.7 installed. Ensure that you have correctly added the repository. The file
/etc/yum.repos.d/elasticsearch.repo
should look like:You can verify the version of Elasticsearch by running the command
yum info elasticsearch
The output should look like: