Skip to content

Commit e082d78

Browse files
committed
fix(elasticsearch): removed unused code
1 parent 7b68e6e commit e082d78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* **Cloudwatch**: Make it possible to specify access and secret key on the data source config page [#6697](https://github.com/grafana/grafana/issues/6697)
99
* **Table**: Added Hidden Column Style for Table Panel [#5677](https://github.com/grafana/grafana/pull/5677)
1010
* **Graph**: Shared crosshair option renamed to shared tooltip, shows tooltip on all graphs as you hover over one graph. [#1578](https://github.com/grafana/grafana/pull/1578), [#6274](https://github.com/grafana/grafana/pull/6274)
11+
* **Elasticsearch**: Added support for Missing option (bucket) for terms aggregation [#4244](https://github.com/grafana/grafana/pull/4244), thx @shanielh
1112

1213
### Bugfixes
1314
* **API**: HTTP API for deleting org returning incorrect message for a non-existing org [#6679](https://github.com/grafana/grafana/issues/6679)

public/app/plugins/datasource/elasticsearch/bucket_agg.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function (angular, _, queryDef) {
2727

2828
$scope.orderByOptions = [];
2929
$scope.bucketAggTypes = queryDef.bucketAggTypes;
30-
$scope.bucketAggTypesHash = _.indexBy(queryDef.bucketAggTypes, 'value');
3130
$scope.orderOptions = queryDef.orderOptions;
3231
$scope.sizeOptions = queryDef.sizeOptions;
3332

0 commit comments

Comments
 (0)