Elasticsearch 9.0.1: media_type_header_exception #3436
Unanswered
terebentina
asked this question in
Q&A
Replies: 1 comment
-
Hey @terebentina, unfortunately it looks like there are a few data validation issues in that component that we should address. The only valid values for LE: Follow-up issue: #3443 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I'm trying my first pipeline with redpanda connect with a very simple scenario: pick from kafka, save to elasticsearch.
However, I get an error message I have no idea how to solve:
Failed to send message to elasticsearch_v8: sending bulk request: status: 400, failed: [media_type_header_exception], reason: Invalid media-type value on headers [Accept, Content-Type]
.My elasticsearch server is
9.0.1
and I am using theelasticsearch_v8
output connector. I'm thinking it's because of the version mismatch but not sure since I can't see the actual headers.Have you tested this against 9.x servers or is there any plan on releasing an
elasticsearch_v9
connector?My output config is really simple:
Beta Was this translation helpful? Give feedback.
All reactions