opendistro-for-elasticsearch / anomaly-detection-kibana-plugin

A Kibana plugin providing visualizations for anomaly detection in Open Distro.
https://opendistro.github.io/
Apache License 2.0
44 stars 18 forks source link

Fix zoom bug and remove confidence from historical results table #357

Closed ohltyler closed 3 years ago

ohltyler commented 3 years ago

Issue #, if available:

Description of changes:

This PR adds some bug fixes & improvements to the historical detectors pages. Specifically:

  1. Fixes the bug of showing empty results if zooming in from bucketized anomaly results -> raw anomaly results (unrelated to historical detectors specifically)
  2. Removes the confidence from anomaly results table in the historical detector detail page
  3. Moves the sample detectors link in the side nav under the Real-time detectors hierarchical component.

Confirmed all UT pass.

Screenshots of changes:

Screen Shot 2021-01-15 at 10 27 01 AM Screen Shot 2021-01-15 at 10 27 18 AM

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.