Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ES 8.x #44

Open
foboni opened this issue May 31, 2022 · 0 comments
Open

Support for ES 8.x #44

foboni opened this issue May 31, 2022 · 0 comments

Comments

@foboni
Copy link

foboni commented May 31, 2022

I'm getting the below error while trying to insert records to ES 8.x using latest aiven connector

_Encountered an illegal document error when executing batch 267 of 10 records. Ignoring and will not index record. Error was {"root_cause":[{"type":"illegal_argument_exception","reason":"Action/metadata line [1] contains an unknown parameter [_type]"}],"type":"illegal_argument_exception","reason":"Action/metadata line [1] contains an unknown parameter [type]"} (io.aiven.connect.elasticsearch.bulk.BulkProcessor:414)

Connector config has this set

"schema.ignore": "true",
"type.name": "_doc",
"value.converter.schemas.enable": "false",
"value.converter": "org.apache.kafka.connect.json.JsonConverter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant