datasweet / kibana-datasweet-formula

This Kibana plugin allows calculated metrics on any standard kibana visualizations.
Apache License 2.0
121 stars 34 forks source link

kibana cannot be ordered by metrics that are aggregated with Datasweet Formula #37

Closed qiuyujing closed 5 years ago

qiuyujing commented 5 years ago

Hello,

Kibana version: 6.4.0 datasweet-formula: 2.0.0 Problem: kibana cannot be ordered by the metrics that are aggregated with Datasweet Formula。The metric that is aggregated with Datasweet Formula can be seen in “order by”, but it doesn't work。 image

lfroment-datasweet commented 5 years ago

Hi @qiuyujing that is a normal behavior. Formula generates its results in the kibana context, based on the ES results. ES knows nothing about Formula, thus, it cannot order a bucket by a Formula result.