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
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
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:
Related to #137
The text was updated successfully, but these errors were encountered: