elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.68k stars 8.23k forks source link

[SLO] SLO ops management page #195266

Open kdelemme opened 1 month ago

kdelemme commented 1 month ago

πŸ’ Summary

The SLO ops management page would provide a single pane of glass for users to manage all their SLOs and get insight into potential issues with the underlying infrastructure powering the SLOs, e.g. pipeline and transforms. This page would focus on the SLO definitions instead of the SLO instances as the current SLO listing page is showing.

Available bulk actions:

The page lists the SLO definitions including:

Misc:

Status field

[!NOTE]
This field provides the overall SLO health status from an operational standpoint. If possible this should be a red-yellow-green light.

This field is computed using the following checks:

APIs

[!NOTE]
Some existing APIs might be reusable.

List SLO definitions

The current GET /_definitions routes uses the SLO Repository directly. On this Ops page, we need to be able to filter by the Ops Status, which requires us to start from the summary index and then merge the result with the SLO Definition retrieved from the SLO Repository.

elasticmachine commented 1 month ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)