Grafana: Disable analytics settings
This disables the analytics settings for Grafana that will check grafana.com for plugin/dashboard updates every 10 minutes and for sending anonymous usage statistics Change-Id: I0f5283a8a54b563199528bb612aa0cdc6cf238e2 Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
8edc3b4286
commit
4b8fdc390a
@ -442,6 +442,9 @@ conf:
|
||||
editable: true
|
||||
basicAuth: true
|
||||
grafana:
|
||||
analytics:
|
||||
reporting_enabled: false
|
||||
check_for_updates: false
|
||||
auth.ldap:
|
||||
enabled: true
|
||||
config_file: /etc/grafana/ldap.toml
|
||||
|
Loading…
Reference in New Issue
Block a user