Added ES histogram setting to drop/ignore the first and last datapoints

This commit is contained in:
Qtax
2015-12-05 23:56:55 +01:00
parent 38f4cfb7a2
commit bf41eb824d
3 changed files with 32 additions and 12 deletions

View File

@@ -96,6 +96,9 @@ function (angular, _, queryDef) {
$scope.agg.field = $scope.target.timeField;
settingsLinkText = 'Interval: ' + settings.interval;
settingsLinkText += ', Min Doc Count: ' + settings.min_doc_count;
if (settings.dropFirstLast) {
settingsLinkText += ', Drop first & last value';
}
}
}