dashboard history: refactor after review

This commit is contained in:
Alexander Zobnin
2017-11-15 13:36:36 +03:00
parent 08e2bbef83
commit a0a1f4aacd
4 changed files with 34 additions and 49 deletions

View File

@@ -188,7 +188,7 @@ snapshot_remove_expired = true
snapshot_TTL_days = 90
#################################### Dashboards History ##################
[dashboards.history]
[dashboards]
# A setting of 20 (default) means only the last 20 versions will be stored and older versions removed.
# To keep all dashboard versions you can set this value to 2147483647.
versions_to_keep = 20

View File

@@ -163,6 +163,7 @@ log_queries =
# data source proxy whitelist (ip_or_domain:port separated by spaces)
;data_source_proxy_whitelist =
#################################### Snapshots ###########################
[snapshots]
# snapshot sharing options
;external_enabled = true
@@ -175,7 +176,13 @@ log_queries =
# remove snapshots after 90 days
;snapshot_TTL_days = 90
#################################### Users ####################################
#################################### Dashboards History ##################
[dashboards]
# A setting of 20 (default) means only the last 20 versions will be stored and older versions removed.
# To keep all dashboard versions you can set this value to 2147483647.
;versions_to_keep = 20
#################################### Users ###############################
[users]
# disable user signup / registration
;allow_sign_up = true