[Alerting] Index task manager health data into Kibana SM monitoring indices #98373
Labels
enhancement
New value added to drive a business result
estimate:needs-research
Estimated as too large and requires research to break down into workable issues
Feature:Alerting
Feature:Task Manager
Team:Monitoring
Stack Monitoring team
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Relates to #95197
As Kibana is responsible for more and more in the Stack, we need to ensure users have the necessary insights into the performance of Kibana from the Stack Monitoring UI.
Alerting currently has a health api for the task manager (
api/task_manager/_health
) but there are two main problems with it:We should look to moving this data to also exist within the Kibana SM indices so we can eventually visualize it (and alert on it) within Stack Monitoring.
During 7.x, we'll need to make changes to two locations:
We'll also need to update the mappings (found here) so we can perform aggregations across various fields.
It's not advised to just stick as much data as possible into the index, rather we need to be deliberate with which fields we want to index and map.
The text was updated successfully, but these errors were encountered: