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
At least some error logs from fleet server provide little, sometimes almost no information about the root cause of the error. ErrElastic.Error() method can be improved to account for ErrElastic.Cause not being empty, and produce a more clear message than elastic fail.... elastic is too broad term, it seems to refer to elasticsearch errors, that can be made explicit in the error message as we all documenting the type.
The current Error method often produces elastic fail 503::, which is cryptic for anyone not quite familiar with the code. Describe a specific use case for the enhancement or feature:
Investigate production issues
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
At least some error logs from fleet server provide little, sometimes almost no information about the root cause of the error.
ErrElastic
.Error()
method can be improved to account forErrElastic.Cause
not being empty, and produce a more clear message than elastic fail.... elastic is too broad term, it seems to refer to elasticsearch errors, that can be made explicit in the error message as we all documenting the type.The current
Error
method often produceselastic fail 503::
, which is cryptic for anyone not quite familiar with the code.Describe a specific use case for the enhancement or feature:
Investigate production issues
The text was updated successfully, but these errors were encountered: