Kibana Task Manager capacity estimation doesn't not observe the right amount of Kibana nodes anymore #192568
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Yesterday I observed when running a large number of alerting rules that there were logs mentioning Kibana was unhealthy while it wasn't the case. After looking into it, I noticed the health report doesn't observe more than a single Kibana node at any given time. Turns out it's because of the ownerId aggregation on the tasks index, which filters for
startedAt
to be within a given time range but this field is no longer mapped. We should look into fixing this so we don't continue to generate false reports for customers.kibana/x-pack/plugins/task_manager/server/monitoring/workload_statistics.ts
Lines 166 to 169 in 9accb33
The text was updated successfully, but these errors were encountered: