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

Improve error reporting for ES queries #255

Open
roborourke opened this issue Jul 19, 2021 · 0 comments
Open

Improve error reporting for ES queries #255

roborourke opened this issue Jul 19, 2021 · 0 comments

Comments

@roborourke
Copy link
Contributor

Error reporting for elastic search issues is not as useful as it could be for debugging in cloud environments. It's not currently possible to surface the true source of an error due to the lack of backtrace data so we need to surface more data if possible in the error log, or if possible trace ES requests in XRay.

Potential improvements:

  • Include the JSON query in the error log to provide some clue as to its origin
  • Review types of ES error and provide potential mitigations in the error log - ideally with links to an FAQ section in the docs

Related to #137

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