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

Feature request: Sink - Elasticsearch 8.X support #189

Open
gzOne2Free opened this issue Jul 10, 2024 · 0 comments
Open

Feature request: Sink - Elasticsearch 8.X support #189

gzOne2Free opened this issue Jul 10, 2024 · 0 comments

Comments

@gzOne2Free
Copy link

Hi there,

I have deploy event exporter in our environment, and it does not work.
The error log shown:
ERR Indexing failed: {"error":"no handler found for uri [/kube-events-test/kube-event/2e10ee0e-1770-407d-9f88-4c9e3b8f69a9] and method [PUT]"}
After search online, an answer mention that it cause by my Elasticsearch version is 8.X:
From ElasticSearch 8.x version, only _doc is supported and it is just an endpoint name, not a document type.
Link: No handler found for URI (elasticsearch)

And I looked into source code and confirm that it imported elasticsearch 7 SDK.

Is it possible to update elasticsearch SDK to support version 8.X?

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