ES - Support for min_doc_count on group by terms (#7324)

This commit is contained in:
lpic
2017-01-23 07:26:42 +01:00
committed by Torkel Ödegaard
parent a0c8380baf
commit cf9790fc4c
3 changed files with 13 additions and 0 deletions

View File

@@ -61,6 +61,10 @@
<label class="gf-form-label width-10">Size</label>
<metric-segment-model property="agg.settings.size" options="sizeOptions" on-change="onChangeInternal()" css-class="width-12"></metric-segment-model>
</div>
<div class="gf-form offset-width-7">
<label class="gf-form-label width-10">Min Doc Count</label>
<input type="number" class="gf-form-input max-width-12" ng-model="agg.settings.min_doc_count" ng-blur="onChangeInternal()">
</div>
<div class="gf-form offset-width-7">
<label class="gf-form-label width-10">Order By</label>
<metric-segment-model property="agg.settings.orderBy" options="orderByOptions" on-change="onChangeInternal()" css-class="width-12"></metric-segment-model>