Closed vishalmamidi closed 2 years ago
Hey @vishalmamidi This does not sound like an issue related to the Kafka plugin, but rather specific to your OpenSearch setup. Perhaps you could look into your index mapping and confirm whether you have set the message
field as a text
as that's what the error log is indicating.
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days
This issue was automatically closed because of stale in 30 days
Describe the bug
Kafka messages are getting rejected at OpenSearch when there is a field named message in the JSON Kafka message.
To Reproduce
not facing issue with below JSON
but when I change JSON field
data
withmessage
below example JSON is getting rejectedExpected behavior
It is supposed to get passed like below for both JSON with
message
field and withoutmessage
fieldYour Environment
Your Configuration
Your Error Log