Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.2 KB

grafana_config_panels.md

File metadata and controls

31 lines (21 loc) · 1.2 KB

grafana_config_panels

back to resource list

Configures the core panels section of the configuration http://docs.grafana.org/installation/configuration/#panels

Introduced: v4.0.0

Actions

  • :create
  • :delete

Properties

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

Examples

grafana_config_panels 'grafana'
grafana_config_panels 'grafana' do
  enable_alpha true
end