opendistro-for-elasticsearch / alerting-kibana-plugin

📟 Open Distro Kibana Alerting Plugin
https://opendistro.github.io/
Apache License 2.0
140 stars 62 forks source link

Allow monitors to be cloned #243

Open kid4git opened 3 years ago

kid4git commented 3 years ago

It would be very helpful to be able to clone/duplicate monitors including triggers and actions. Some monitors really just differ in a query condition and some action subject, but it's tedious and takes minutes to create them with basically the same configuration as an existing one.

I tried cloning via API by getting the existing one with GET _opendistro/_alerting/monitors/<monitor_id>, stripping IDs and then posting as a new one with POST _opendistro/_alerting/monitors, but this creates unusable monitors as