Configures the core panels section of the configuration http://docs.grafana.org/installation/configuration/#panels
Introduced: v4.0.0
:create
:delete
Name | Type | Default | Description | Allowed Values |
---|---|---|---|---|
enable_alpha |
true, false | false |
Set to true if you want to test panels that are not yet ready for general usage. | true, false |
disable_sanitize_html |
true, false | false |
If set to true Grafana will allow script tags in text panels. Not recommended as it enables XSS vulnerabilities. Default is false. | true, false |
grafana_config_panels 'grafana'
grafana_config_panels 'grafana' do
enable_alpha true
end