opensearch-project/alerting-dashboards-plugin

[FEATURE] Add button to execute monitor to monitor details page

Open

#888 opened on Feb 22, 2024

View on GitHub
 (0 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? In order to execute a monitor currently, users must either wait for the scheduled execution to occur, or call the ExecuteMonitor API (link) via devtools/curl commands. It can sometimes be helpful, especially for monitors with long intervals between scheduled runs, to execute the monitor on an ad hoc basis.

What solution would you like? It would be helpful to have a button on the monitor details page that calls the ExecuteMonitor API.

Contributor guide