When I run command to list indices:
curl 'localhost:9200/_cat/indices?v'
I am getting the error:
No handler found for uri [/_cat/indices?v] and method [GET]
Elasticsearch version:
curl -X GET http://localhost:9200/
{
"ok" : true,
"status" : 200,
"name" : "li552-13",
"version" : {
"number" : "0.90.12",
"build_hash" : "26feed79983063ae83bfa11bd4ce214b1f45c884",
"build_timestamp" : "2014-02-25T15:38:23Z",
"build_snapshot" : false,
"lucene_version" : "4.6"
},
"tagline" : "You Know, for Search"
}
