This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Decouple AD and Alerting on Kibana #141
Labels
enhancement
Enhance current feature for better performance, user experience, etc
Currently we couple AD and alerting on Kibana. We provide specific monitor input type to create monitor on top of detector. But at the backend we just use AD result indices and custom expression to create monitor. User needs to redirect to monitor page to create/view/update/delete/ monitor and view alert details.
We can put monitor creation on AD page. Call monitor creation API from AD Kibana to create monitor. So we can remove the special input type "Define using anomaly detector" and remove all logic related to AD. That will make it easier for AD future design, development and testing.
To save effort, we can still redirect to alerting page for view monitor details, view alerts history.
The text was updated successfully, but these errors were encountered: