elastic / kibana

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

[Synthetics] [Design] Update TLS view to be more scalable #186391

Open justinkambic opened 4 months ago

justinkambic commented 4 months ago

Today, in the TLS view in Synthetics, we list an unbounded number of monitors inside the entries of the TLS table. These monitor names are useful to populate because they can link the user directly to the details page.

Unfortunately, because the TLS table is keyed in on the certificate hash and not monitor ID, there's a many-to-one relationship between monitor:cert. Monitors tracking the same certificate (i.e. numerous monitors for a single website) can flood this row with an unbounded number of monitors. Example:

image

We should revise this view to not display an unbounded number of monitors, but truncate after a pre-determined number of them, and let the user expand some control to View all instead.

elasticmachine commented 4 months ago

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

elasticmachine commented 4 months ago

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