From fc713be9cec0c0278920d4b1420a09be67755bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 21 Jan 2014 21:05:37 +0100 Subject: [PATCH] Fixes #12, operation without elastic search should now with without error --- src/app/services/esVersion.js | 2 +- src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/esVersion.js b/src/app/services/esVersion.js index 20f1c7251942..a2d4b4553f1d 100644 --- a/src/app/services/esVersion.js +++ b/src/app/services/esVersion.js @@ -16,7 +16,7 @@ function (angular, _, config) { var self = this; this.init = function() { - getVersions(); + //getVersions(); }; var getVersions = function() { diff --git a/src/config.js b/src/config.js index afbc6a7b8241..cd1638fa32b3 100644 --- a/src/config.js +++ b/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',