Skip to content

Commit

Permalink
fix available metric aggs (elastic#13518)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Aug 21, 2017
1 parent 042e502 commit 4e5e952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core_plugins/kbn_vislib_vis_types/public/metric.js
Expand Up @@ -68,9 +68,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' }
]
Expand Down

0 comments on commit 4e5e952

Please sign in to comment.