Hi All,
While integrating Node application with ELK i am getting below error ,
statusCode: 400,
response:
'{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No handler for type [buffer] declared on field [data]"}],"type":"mapper_parsing_exception","reason":"No handler for type [buffer] declared on field [data]"},"status":400}',
I am storing photo in below model,
photo: {
data: Buffer,
contentType: String
}
Please help me with this , I have used most of the lower version of elastic search but result is same .
Thanks and Regards,
Vishal