Elasticseach: Support histogram fields (#29079)

pull/31886/head^2
Chris Cowan 4 years ago committed by GitHub
parent 48d2dff987
commit ee547b4410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/plugins/datasource/elasticsearch/datasource.ts

@ -618,6 +618,7 @@ export class ElasticDatasource extends DataSourceApi<ElasticsearchQuery, Elastic
text: 'string',
scaled_float: 'number',
nested: 'nested',
histogram: 'number',
};
const shouldAddField = (obj: any, key: string) => {

Loading…
Cancel
Save