opensearch-project/alerting-dashboards-plugin

[FEATURE] Use OUI Prepend component on Cluster health parameters

Open

#745 opened on Sep 28, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (118 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (31 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? When users are configuring "Per cluster health metrics" monitor, under "Query", if users select Cluster health, Cluster stats, List snapshots or Recovery, users will have to fill in the Query parameter fields. It is not clear that the parameter form field contain read-only text such as GET _cat/snapshots/ image

What solution would you like? We should use the OUI form fields with Prepend to display the read-only text, so users can have clarity on what they need to type in. Here's a mockup of how it would look like using the form field with the Prepend option: image

Contributor guide