bug fix
pull/13609/head
Yuan Liu 7 years ago committed by GitHub
parent 3b9ab6e204
commit 567db87c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/tsdb/elasticsearch/time_series_query.go

@ -172,7 +172,7 @@ func addTermsAgg(aggBuilder es.AggBuilder, bucketAgg *BucketAgg, metrics []*Metr
a.Size = 500
}
if a.Size == 0 {
a.Size = 500
a.Size = 500
}
if minDocCount, err := bucketAgg.Settings.Get("min_doc_count").Int(); err == nil {

Loading…
Cancel
Save