Send data from kinesis to AWS ElasticSeach using Lambda function get error

I am following the link But shows error like this.

{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "failed to parse"
}
],
"type": "mapper_parsing_exception",
"reason": "failed to parse",
"caused_by": {
"type": "not_x_content_exception",
"reason": "Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"
}
},
"status": 400
}

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