Rashid Khan 12 лет назад
Родитель
Сommit
1a6abccd80
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      src/app/panels/histogram/module.js

+ 1 - 4
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;
       }