Closed j4r3kb closed 4 years ago
I'm trying to make a request GET /_cat/indices?h=index getting following error:
GET /_cat/indices?h=index
{ "error": "Incorrect HTTP method for uri [/_cat/indices%5C%3Fh=index] and method [GET], allowed: [POST]", "status": 405 }
curl works just fine curl -XGET "localhost:9200/_cat/indices?h=index"
curl -XGET "localhost:9200/_cat/indices?h=index"
Hi,
Thanks for reporting. I've fixed this issue. You should update plugin to version 0.1.5.
I'm trying to make a request
GET /_cat/indices?h=index
getting following error:curl works just fine
curl -XGET "localhost:9200/_cat/indices?h=index"