Matthew Jacobson
Matthew Jacobson
This bug should be [fixed](https://github.com/grafana/grafana/pull/86006) in v11.0
Hi @rwkymapcreator, what permissions does your user have? Is it missing both `alert.instances:create` and `alert.instances:write` as the response implies? You can view your current user permissions by visiting: `/api/access-control/user/permissions`
Hi @rwkymapcreator, it looks like your user doesn't have admin rights as you're missing the above write/create permissions.
Hi @jgournet, I'll add this as a feature request in the backlog but it is not currently on our roadmap. Feel free to open a PR.
This change is likely caused by the automatic upgrade to Unified Alerting in 9.x. It should be possible to template the direct link to the alert by using the `{{...
Please use the following syntax for setting dynamic labels based on values: ``` {{ if (gt $values.A.Value 80.0) -}} high {{ else if (gt $values.A.Value 50.0) -}} medium {{ else...
@Elaugaste is likely correct, setting `utf8_strict_mode` to true should fix the issue. See related issue and explanation here: https://github.com/grafana/grafana/issues/87387#issuecomment-2201137880
Fixed with: https://github.com/grafana/grafana/pull/103818
Hi @Kamilcuk, we've recently added a couple new functions alongside [templateable webhook payloads](https://github.com/grafana/grafana/pull/103818). This feature is based on templating and required some extra helper functions to make creating valid JSON...
Hi @kaburkett, thanks for the info! I've introduced a fix that should prevent the alertmanager config from being overwritten with the default one in case of an untimely sqlite db...