mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 7994f83dc5
)
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
a04a5f12e8
commit
d150f809a7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const metricAggFilter: string[] = [
|
|||
'!filtered_metric',
|
||||
'!single_percentile',
|
||||
];
|
||||
const bucketAggFilter: string[] = [];
|
||||
const bucketAggFilter: string[] = ['!filter', '!sampler', '!diversified_sampler', '!multi_terms'];
|
||||
|
||||
export const siblingPipelineType = i18n.translate(
|
||||
'data.search.aggs.metrics.siblingPipelineAggregationsSubtypeTitle',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue