GrafanaDashboardDefinition
Scope: Cluster
The resource for storing and managing Grafana dashboards.
- spec
Required value
- spec.definition
Required value
The dashboard’s JSON manifest.
Caution! Make sure that there is no “local”
id
(at the.id
address) in the manifest in addition to theuid
.Pattern:
^[ \t\n]*\{(.|\n)*\}[ \t\n]*$
- spec.folder
Required value
What folder to use for a dashboard. If the folder does not exist, it will be created.
Example:
folder: My Folder
Deprecated resource. Support for the resource might be removed in a later release.
The resource for storing and managing Grafana dashboards.
- spec
Required value
- spec.definition
Required value
The dashboard’s JSON manifest.
Caution! Make sure that there is no “local”
id
(at the.id
address) in the manifest in addition to theuid
.Pattern:
^[ \t\n]*\{(.|\n)*\}[ \t\n]*$
- spec.folder
Required value
What folder to use for a dashboard. If the folder does not exist, it will be created.
Example:
folder: My Folder