I\'m trying to convert a project to use the latest Elasticsearch 6 and am having this problem. I don\'t know if the problem is \"Product\" vs \"product\". In my mappings and att
In my case I was trying to delete a record following the official docs and I blindly put the _doc
in the URL which led to this error.
This should be the mapping that you see under the Indices
tab against Mappings
section in the AWS console. changing the value in the URL solved it for me.
Hope this was helpful :)