Elasticsearch: Add support for template variable in date histogram min_doc_count (#21064)

Fixes #21052
This commit is contained in:
Fabien Wernli 2020-06-05 11:41:18 +02:00 committed by GitHub
parent 54565349c5
commit 93a93b5031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
<div class="gf-form offset-width-7"> <div class="gf-form offset-width-7">
<label class="gf-form-label width-10">Min Doc Count</label> <label class="gf-form-label width-10">Min Doc Count</label>
<input <input
type="number" type="text"
class="gf-form-input max-width-12" class="gf-form-input max-width-12"
ng-model="agg.settings.min_doc_count" ng-model="agg.settings.min_doc_count"
ng-blur="onChangeInternal()" ng-blur="onChangeInternal()"