ubuntu - Fluentd, Elasticsearch and Kibana Setup -
i trying setup fluentd, elasticsearch , kibana in local environment (ubuntu 14.04lts). new kind of technology , followed article: https://www.digitalocean.com/community/tutorials/elasticsearch-fluentd-and-kibana-open-source-log-search-and-visualization
this 1 don't have: droplet ubuntu 14.04
but aside did not experience error , think installed properly. when access domain, kibana showing this: http://i.imgur.com/s8rvdbf.png
"upgrade required version of elasticsearch old. kibana requires elasticsearch 0.90.9 or above."
please help. give thanks you.
the error due incompatible versions of elastic search kibana version.
execute next command on ubuntu shell.
curl -xget 'localhost:9200'
the output have similar section,
"version" : { "number" : "1.4.0.beta1",
the number in output gives current es version. if version not greater 0.90.9 download latest stable es , set up.
ubuntu elasticsearch kibana fluentd
No comments:
Post a Comment