fbaligand / kibana-enhanced-table

Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Apache License 2.0
308 stars 64 forks source link

"Show metrics for every bucket/level" not working properly in enhanced table 1.13.0 #262

Closed vsabelli closed 2 years ago

vsabelli commented 2 years ago

Hi all,

I have already filed a similar issue here -> https://github.com/fbaligand/kibana-enhanced-table/issues/247

My ELK/ET versions are: 7.17.1 ELK 1.13.0 enhanced table

I would like to migrate to this versions, but I have noticed an annoying problem. Differently from my last filed issue, now I can see some numbers in the split columns, nonetheless they are always 0 for any split but the last one.

Here's a couple examples: 1 2

So, if I hide the last split columns, the first column "magically" shows the right numbers.

Thank you for your support!

fbaligand commented 2 years ago

Hi, After some tests, it seems to appear only for other aggregations than "Count".

fbaligand commented 2 years ago

Hi,

I just fixed the bug. It will be part of next release.

fbaligand commented 2 years ago

Hi @vsabelli,

The issue has been fixed in last version v1.13.1: https://github.com/fbaligand/kibana-enhanced-table/releases/tag/v1.13.1

vsabelli commented 2 years ago

Hi @fbaligand ,

thank you! I will test it asap :)

vsabelli commented 2 years ago

Hi @fbaligand ,

everything working fine, thank you again for your support and your effort! 🥇

fbaligand commented 2 years ago

Happy to hear that!