AWSHurneyt
AWSHurneyt
**Is your feature request related to a problem?** Currently, users cannot create alert notifications that include the bucket params configured in the monitor query. **What solution would you like?** Adding...
**Is your feature request related to a problem?** Given the example mapping configuration below, only `fieldName2` would appear in the list of `Group by` options when configuring a monitor query...
**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...
**What is the bug?** The SearchMonitor API is not returning `user` information on a security-enabled cluster. **How can one reproduce the bug?** Steps to reproduce the behavior: 1. Create a...
> Please add more flaky tests to this issue as they're discovered; or notes from investigations into the causes of the flaky tests. Reducing flakiness will increase confidence in our...
**What is the bug?** The create monitor page displays a `Failed to load the destinations` error [toast](https://oui.opensearch.org/1.2/#/display/toast) popup when the `.opendistro-alerting-config` doesn't exist. The error popup is being created [here](https://github.com/opensearch-project/alerting-dashboards-plugin/blob/main/public/pages/CreateTrigger/containers/ConfigureActions/ConfigureActions.js#L165)....
**What is the bug?** As mentioned in PR https://github.com/opensearch-project/alerting-dashboards-plugin/pull/413, the full info page and some of the other elements render briefly while various API responses execute. **How can one reproduce...
**Is your feature request related to a problem? Please describe.** Expand testing **Describe the solution you'd like** Add tests for all supported request types for the ClusterMetrics monitor feature. **Describe...
**What is the bug?** PR https://github.com/opensearch-project/alerting-dashboards-plugin/pull/471 bumped the `main` branch of this plugin to `3.0`, and with that, we saw unexpected failures in the github cypress test workflow. It appears...
Added documentation for printing associated queries, and sample documents in notification message.
### Description 1. Changed the examples to access items in `ctx` arrays from using brackets (e.g., `itemList[0]`) as mustache template uses dot notation (e.g., `itemList.0`). 2. Added documentation for `associated_queries`,...