Elastic Search and Python pushing error

elasticsearch.BadRequestError: BadRequestError(400, 'illegal_argument_exception', 'Action/metadata line [1] contains an unknown parameter [_type]')
How do you resolve this error? I'm trying to push the data through my python code.

Which version of Elasticsearch are oyu using? Which version of the Python client?

Document types have been deprecated so if you are using a newer version you should not specify a type.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.