mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Elasticsearch: change terms default min_doc_count to 1 (#38632)
This commit is contained in:
parent
72d296843d
commit
eaca54a9f2
@ -14,7 +14,7 @@ export const bucketAggregationConfig: BucketsConfiguration = {
|
||||
label: 'Terms',
|
||||
requiresField: true,
|
||||
defaultSettings: {
|
||||
min_doc_count: '0',
|
||||
min_doc_count: '1',
|
||||
size: '10',
|
||||
order: 'desc',
|
||||
orderBy: '_term',
|
||||
|
Loading…
Reference in New Issue
Block a user