[Stack Monitoring] Add new tab on ES monitoring page to link to Ingest Pipeline dashboard #149386
Labels
enhancement
New value added to drive a business result
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v8.7.0
Related to:
In 8.7, we're introducing a new metricset for ingest pipeline metrics. Instead of building a custom UI directly in the Stack Monitoring app, we will be shipping a new dashboard for visualizing this data inside the Elasticsearch integration package.
In order to improve the discoverability of this new data, we should add a link from the SM pages to this new dashboard.
We also need to handle the case where the user has not yet installed the Elasticsearch package by directing the user to the integrations catalog to install it. The flow should be:
elasticsearch-metrics-ingest-pipelines
does exist, redirect to the dashboard:app/dashboards#/view/elasticsearch-metrics-ingest-pipelines
start
contract of thefleet
plugin:deps.start.fleet.authz.integrations.all
POST /api/fleet/epm/packages/elasticsearch/latest
If we needed to cut scope, instead of directly installing the package in step 3.ii.a we could actually redirect the user to the integrations catalog to do the installation. However, this would hurt the UX by dropping in the Integrations catalog and not directing them to the integration pipelines dashboard.
Mockup
The text was updated successfully, but these errors were encountered: