anomaly-detection-dashboards-plugin
anomaly-detection-dashboards-plugin copied to clipboard
Manage your detectors and identify atypical data in OpenSearch Dashboards
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...
**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...
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...
**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...
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...
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...
Coming from https://github.com/opensearch-project/opensearch-plugins/issues/96, add MacOS (Darwin) support. - [ ] Passing CI on MacOS - [ ] Documentation
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...
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...
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...