Elasticseach: Support histogram fields (#29079)

This commit is contained in:
Chris Cowan 2021-03-11 09:09:28 -07:00 committed by GitHub
parent 48d2dff987
commit ee547b4410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => {