stormpython / heatmap

Heatmap Plugin for Kibana 4
MIT License
55 stars 13 forks source link

Range and Filter aggregations do not work #5

Closed stormpython closed 8 years ago

stormpython commented 8 years ago

Range and Filter aggregations do not work.

screen shot 2016-02-25 at 5 05 00 pm

This occurs because the aggregate function expects arrays instead of plain objects. The code in the controller needs to be refactored to accept all javascript objects, i.e. both arrays and plain objects.