Elasticsearch version: 5.5.2
OS: Linux
When I create a index named my_store of products type with the command like this:
curl -XPUT 'http://10.62.179.32:9200/my_store/products/'
But it throws a error as follow:
No handler found for uri [/my_store/products/] and method [PUT]
Could anyone can give me any advice?