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
It is currently very hard to find out what specific request to Elasticsearch caused an error. Especially if there is no additional debug logging around that request and the error bubbles up all the way to the top most error handler in controller-runtime.
We should at least decorate each error create in the Elasticsearch client code with the original request.
The text was updated successfully, but these errors were encountered:
It is currently very hard to find out what specific request to Elasticsearch caused an error. Especially if there is no additional debug logging around that request and the error bubbles up all the way to the top most error handler in controller-runtime.
We should at least decorate each error create in the Elasticsearch client code with the original request.
The text was updated successfully, but these errors were encountered: