Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 921 Bytes

grafana_config_explore.md

File metadata and controls

30 lines (20 loc) · 921 Bytes

grafana_config_explore

back to resource list

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

Introduced: v4.0.0

Actions

  • :create
  • :delete

Properties

Name Type Default Description Allowed Values
enabled true, false false Enable the Explore section true, false

Examples

grafana_config_explore 'grafana'
grafana_config_explore 'grafana' do
  enabled true
end