|
@@ -32,6 +32,9 @@ function (Settings) {
|
|
|
// default start dashboard
|
|
// default start dashboard
|
|
|
default_route: '/dashboard/file/default.json',
|
|
default_route: '/dashboard/file/default.json',
|
|
|
|
|
|
|
|
|
|
+ // Elasticsearch index for storing dashboards
|
|
|
|
|
+ grafana_index: "grafana-dash",
|
|
|
|
|
+
|
|
|
// timezoneOFfset:
|
|
// timezoneOFfset:
|
|
|
// If you experiance problems with zoom, it is probably caused by timezone diff between
|
|
// If you experiance problems with zoom, it is probably caused by timezone diff between
|
|
|
// your browser and the graphite-web application. timezoneOffset setting can be used to have Grafana
|
|
// your browser and the graphite-web application. timezoneOffset setting can be used to have Grafana
|
|
@@ -44,9 +47,6 @@ function (Settings) {
|
|
|
//
|
|
//
|
|
|
timezoneOffset: null,
|
|
timezoneOffset: null,
|
|
|
|
|
|
|
|
- // Elasticsearch index for storing dashboards
|
|
|
|
|
- grafana_index: "grafana-dash",
|
|
|
|
|
-
|
|
|
|
|
// set to false to disable unsaved changes warning
|
|
// set to false to disable unsaved changes warning
|
|
|
unsaved_changes_warning: true,
|
|
unsaved_changes_warning: true,
|
|
|
|
|
|
|
@@ -54,7 +54,6 @@ function (Settings) {
|
|
|
// Example: "1m", "1h"
|
|
// Example: "1m", "1h"
|
|
|
playlist_timespan: "1m",
|
|
playlist_timespan: "1m",
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// Add your own custom pannels
|
|
// Add your own custom pannels
|
|
|
plugins: {
|
|
plugins: {
|
|
|
panels: []
|
|
panels: []
|