Преглед изворни кода

Fixes #12, operation without elastic search should now with without error

Torkel Ödegaard пре 12 година
родитељ
комит
fc713be9ce
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/app/services/esVersion.js
  2. 1 1
      src/config.js

+ 1 - 1
src/app/services/esVersion.js

@@ -16,7 +16,7 @@ function (angular, _, config) {
     var self = this;
 
     this.init = function() {
-      getVersions();
+      //getVersions();
     };
 
     var getVersions = function() {

+ 1 - 1
src/config.js

@@ -15,7 +15,7 @@ function (Settings) {
 
     default_route: '/dashboard/file/default.json',
 
-    grafana_index: "grafana-dash",
+    grafana_index: "kibana-int",
 
     panel_names: [
       'text',