Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 999 Bytes

grafana_config_remote_cache.md

File metadata and controls

32 lines (22 loc) · 999 Bytes

grafana_config_remote_cache

back to resource list

Configures the remote cache section of the configuration http://docs.grafana.org/installation/configuration/#remote-cache.

Introduced: v6.2.0

Actions

  • :create
  • :delete

Properties

Name Type Default Description Allowed Values
type Symbol database Provider to use redis memcached database
connstr String See https://grafana.com/docs/installation/configuration/#connstr

Examples

grafana_config_remote_cache 'grafana'
grafana_config_remote_cache 'grafana' do
  type :memcached
  connstr '127.0.0.1:11211'
end