I’m currently working on upgrading an old Grafana instance to the new unified alerting. The old instance used the legacy alerting and therefore provisioned alerts indirectly using the dashboards and file provisioning.
It was and still is possible for dashboards to be editable in the UI, even though they were initially provisioned by setting allowUiUpdates to true. This allowed us to change dashboards and therefore alerts in the UI. The same is true for datasources by setting editable to true.
We are now using the new unified alerting and file provisioning to provision the alerts. However, I’m unable to find a way to allow the editing of alerts that are provisioned.
Is there currently a way to enabling this functionality similar to datasources and dashboards?