alerting-kibana-plugin icon indicating copy to clipboard operation
alerting-kibana-plugin copied to clipboard

Adding flyout to create detector from existing monitor through Monitor Details page

Open amitgalitz opened this issue 5 years ago • 0 comments

Description of changes:

These are the front end changes for the AD Everywhere project. The main changes revolve adding the create detector button to the monitor details page which converts the existing monitor configurations to Anomaly detector configurations. The configurations are then validated against the validation API to pre fill the fly out. This button is only useble on visual graph type monitors.

Internal Changes:

  • DetectorFailure.js and CreateDetector.js flyouts, conversion and button added to MonitorDetails.js.
  • Added server code to call the AD validation API and to start AD.

External Changes: Added button: Screen Shot 2020-08-31 at 2 30 46 PM

Example of pre filled flyout: image

Example of flyout if query filter is wrong and needs changing: image

Example of Detector Failure flyout when there is no way detector can be made due to no historical data: image

After Create detector has been clicked on the flyout: image

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

amitgalitz avatar Sep 01 '20 19:09 amitgalitz