I have successfully integrated elastic search(Elasticsearch 6.0) with Magento Enterprise Edition 2.1. As per their documentation, I have tried to reindex calalog by using magento cli command
bin/magento indexer:reindex catalogsearch_fulltext
But it throws an error like
Catalog Search indexer process unknown error:
Content-Type header [] is not supported
I read that,Elasticsearch 6.0 is implemented strict content-type checking.So how can I solve this in Magento EE 2.1 ?