Explorar el Código

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

Torkel Ödegaard hace 12 años
padre
commit
fc713be9ce
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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',