Hi Team,
Trying elasticsearch for the first time, bear with my layman questions. I'm trying to load csv formatted data into kafka topic and eventual load into elastic search index. But i'm facing errors loading data from my topic into elasticsearch. Any thoughts on this? appreciate the help.
Cannot create mapping {"kafka-connect":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}}} -- {"root_cause":[{"type":"mapper_parsing_exception","reason":"Root mapping definition has unsupported parameters: [type : text] [fields : {keyword={type=keyword, ignore_above=256}}]"}],"type":"mapper_parsing_exception","reason":"Root mapping definition has unsupported parameters: [type : text] [fields : {keyword={type=keyword, ignore_above=256}}]"}