You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: