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
In the service overview list, we show the number of errors per minute. Because there's a size limit (2) on the terms aggregation, in some cases the service might report errors as 0 per minute because the term buckets cut off prematurely.
This might have been shipped in 7.5, so we need to investigate that as well.
Suggested fix: remove the size option in server/lib/services/get_services/get_services_items.ts.
The text was updated successfully, but these errors were encountered:
In the service overview list, we show the number of errors per minute. Because there's a size limit (2) on the terms aggregation, in some cases the service might report errors as 0 per minute because the term buckets cut off prematurely.
This might have been shipped in 7.5, so we need to investigate that as well.
Suggested fix: remove the
size
option inserver/lib/services/get_services/get_services_items.ts
.The text was updated successfully, but these errors were encountered: