diff --git a/.gitignore b/.gitignore index 098c43737c5..bbc85197689 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules .aws-config.json dist -web.config \ No newline at end of file +web.config +config.dev.js \ No newline at end of file diff --git a/src/app/components/require.config.js b/src/app/components/require.config.js index ba6cd679992..aba7def3881 100644 --- a/src/app/components/require.config.js +++ b/src/app/components/require.config.js @@ -5,7 +5,7 @@ require.config({ baseUrl: 'app', // urlArgs: 'r=@REV@', paths: { - config: '../config', + config: '../config.dev', settings: 'components/settings', kbn: 'components/kbn', diff --git a/src/app/components/settings.js b/src/app/components/settings.js index a3dcd15e9d9..ba787cb7bda 100644 --- a/src/app/components/settings.js +++ b/src/app/components/settings.js @@ -12,7 +12,8 @@ function (_) { var defaults = { elasticsearch : "http://"+window.location.hostname+":9200", panel_names : [], - kibana_index : 'kibana-int' + kibana_index : 'kibana-int', + graphiteUrl : null, }; // This initializes a new hash on purpose, to avoid adding parameters to diff --git a/src/app/dashboards/default.json b/src/app/dashboards/default.json index bd3df035893..c7aefe6e773 100644 --- a/src/app/dashboards/default.json +++ b/src/app/dashboards/default.json @@ -37,7 +37,7 @@ "rows": [ { "title": "Intro", - "height": "150px", + "height": "400px", "editable": true, "collapse": false, "collapsable": false, @@ -55,90 +55,6 @@ } ], "notice": true - }, - { - "title": "Intro", - "height": "150px", - "editable": true, - "collapse": false, - "collapsable": false, - "panels": [ - { - "span": 12, - "editable": true, - "group": [ - "default" - ], - "type": "histogram", - "mode": "count", - "time_field": "@timestamp", - "value_field": null, - "x-axis": true, - "y-axis": true, - "scale": 1, - "y_format": "none", - "grid": { - "max": null, - "min": 0 - }, - "queries": { - "mode": "all", - "ids": [ - 0 - ] - }, - "annotate": { - "enable": false, - "query": "*", - "size": 20, - "field": "_type", - "sort": [ - "_score", - "desc" - ] - }, - "auto_int": true, - "resolution": 100, - "interval": "30s", - "intervals": [ - "auto", - "1s", - "1m", - "5m", - "10m", - "30m", - "1h", - "3h", - "12h", - "1d", - "1w", - "1y" - ], - "lines": false, - "fill": 0, - "linewidth": 3, - "points": false, - "pointradius": 5, - "bars": true, - "stack": true, - "spyable": true, - "zoomlinks": true, - "options": true, - "legend": true, - "show_query": true, - "interactive": true, - "legend_counts": true, - "timezone": "browser", - "percentage": false, - "zerofill": true, - "derivative": false, - "tooltip": { - "value_type": "cumulative", - "query_as_alias": true - } - } - ], - "notice": true } ], "editable": true, diff --git a/src/app/panels/graph/editor.html b/src/app/panels/graph/editor.html deleted file mode 100644 index 6e195172926..00000000000 --- a/src/app/panels/graph/editor.html +++ /dev/null @@ -1,11 +0,0 @@ -