From 1a6abccd8007550138b14eeb3467c783511089d9 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 30 Oct 2013 14:07:06 -0700 Subject: [PATCH] Removed debugging code --- src/app/panels/histogram/module.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/panels/histogram/module.js b/src/app/panels/histogram/module.js index b1ba1b449f7..25566c76c3d 100644 --- a/src/app/panels/histogram/module.js +++ b/src/app/panels/histogram/module.js @@ -88,7 +88,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { enable : false, query : "*", size : 20, - field : '@message', + field : '_type', sort : ['_score','desc'] }, value_field : null, @@ -205,9 +205,6 @@ function (angular, app, $, _, kbn, moment, timeSeries) { queries, results; - $scope.panel.annotate.enable = true; - $scope.panel.annotate.ids = [1]; - if (_.isUndefined(segment)) { segment = 0; }