You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason this would be helpful is that if the Alertmanager dashboard is created using Terraform (grafana_dashboard resource), this dashboard is produced at schema version 14. When an admin loads the dashboard page, the board is automatically migrated to version 38. Then, subsequent navigation prompts to save the dashboard changes.
If the dashboard could be generated at the newer schema version, then it could be more effectively managed with Terraform.
The text was updated successfully, but these errors were encountered:
schemaVersion
is set to14
, but latest schema is38
.Current:
jsonnet-libs/grafana-builder/grafana.libsonnet
Line 98 in ef364ae
Latest:
https://github.com/grafana/grafana/blob/6f880b713afcd83519d89c506609f31b6b7bc1df/public/app/features/dashboard/state/DashboardMigrator.ts#L817
The reason this would be helpful is that if the Alertmanager dashboard is created using Terraform (grafana_dashboard resource), this dashboard is produced at schema version 14. When an admin loads the dashboard page, the board is automatically migrated to version 38. Then, subsequent navigation prompts to save the dashboard changes.
If the dashboard could be generated at the newer schema version, then it could be more effectively managed with Terraform.
The text was updated successfully, but these errors were encountered: