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

Datasweet formula not show values when aggregation is 0 #58

Open gferrette opened 4 years ago

gferrette commented 4 years ago

Hello!

Thanks for the excelent plugin!

Just one question, i've noticed that when the aggregation that we are using in the formula is zero, the metric of Datasweet does not shows the value zero.

Is there any way to accomplish this?

Thanks in advance!

Example:

image

lfroment-datasweet commented 4 years ago

Hi @gferrette, what version of Kibana are you using? Here below, a 6.7.1 does the job correctly. image

gferrette commented 4 years ago

Hello Lionel!

Thanks for the quick response!

I'm using Kibana on version 7.0.1, and datasweet version from the package https://github.com/datasweet/kibana-datasweet-formula/releases/download/v2.2.1/datasweet_formula-2.2.1_kibana-7.0.1.zip

Do you know if on a later version of Kibana it will work?

Thanks in advance!