anomaly-detection-dashboards-plugin icon indicating copy to clipboard operation
anomaly-detection-dashboards-plugin copied to clipboard

Manage your detectors and identify atypical data in OpenSearch Dashboards

Results 107 anomaly-detection-dashboards-plugin issues
Sort by recently updated
recently updated
newest added

Currently, some server-side functions (e.g., `server/routes/ad.ts`) have multiple API calls (e.g., `getDetectors()`). If it fails at certain points, then only an exception may be caught and returned, even if partial...

enhancement
Priority-Medium

**What is the bug?** After version bumping to 2.0. The new snapshots created by jest tests show only the following markup: ``` ``` instead of the full component for each...

bug
test
Priority-Medium

Currently, many of the client-side cluster calls made from this plugin are in the form: ``` await dispatch() ``` which will create a `Promise`, and the `await` will wait for...

enhancement
Priority-Low

**Is your feature request related to a problem? Please describe.** Currently validate API runs during the last step of the detector creation process (Review and Create page). The validation message...

enhancement

Currently the workflow for E2E testing is not integrated with the security plugin meaning e2e tests are only run with security disabled. We need to add a workflow that runs...

github actions
infra

Currently a lot of the logic for displaying the different validation callouts is handled by state variables in the CreateAndReview component. These state variables should be moved down to the...

enhancement

Coming from https://github.com/opensearch-project/opensearch-plugins/issues/96, add MacOS (Darwin) support. - [ ] Passing CI on MacOS - [ ] Documentation

macos

For high-cardinality / category field detectors, the live anomalies chart on the real-time results page may show stacked bars, if multiple entities found anomalies during the same interval. There are...

bug
backport

The heatmap chart component is getting fully remounted when selecting any change that triggers any parent functions to run (e.g., changing the filter will run a parent function to run...

enhancement

Currently, heatmap charts allow users to select and view results on a per-cell granularity, which means results can only be viewed per-entity, per-time-chunk. This should be changed to being able...