I have installed kibana and elastic search on my server but its throwing error
Upgrade Required Your version of Elasticsearch is too old. Kibana requires Elasticsearch 0.90.9 or above.
but the result I am getting as the output of
curl -XGET localhost:9200/_nodes/_all/process?pretty
is
{
"ok" : true,
"cluster_name" : "elasticsearch",
"nodes" : {
"YZdakphGSruLIQUz332paA" : {
"name" : "Grandmaster",
"transport_address" : "inet[/192.168.0.36:9300]",
"hostname" : "arun-HCL-ME-Laptop",
"version" : "0.90.9",
"http_address" : "inet[/192.168.0.36:9200]",
"process" : {
"refresh_interval" : 1000,
"id" : 6398,
"max_file_descriptors" : 65535,
"mlockall" : false
}
}
}
}