diff --git a/src/core_plugins/kbn_vislib_vis_types/public/metric.js b/src/core_plugins/kbn_vislib_vis_types/public/metric.js index 04d84b8948d0ba..e0b9be8d8581f9 100644 --- a/src/core_plugins/kbn_vislib_vis_types/public/metric.js +++ b/src/core_plugins/kbn_vislib_vis_types/public/metric.js @@ -69,9 +69,7 @@ export default function MetricVisType(Private) { name: 'metric', title: 'Metric', min: 1, - aggFilter: [ - '!std_dev', '!geo_centroid', '!percentiles', '!percentile_ranks', - '!derivative', '!serial_diff', '!moving_avg', '!cumulative_sum'], + aggFilter: ['!derivative', '!geo_centroid'], defaults: [ { schema: 'metric', type: 'count' } ]