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

Computed Column Total using Enhanced Table and Split Columns by Date Histogram #185

Closed RalphRoss closed 2 years ago

RalphRoss commented 3 years ago

Using the enhanced table to create a series of date columns and counting up entries. We want to create a series of split calculated columns to take the previous column array 1, divided by the total of column 1. When we have only 1 day, the calculate column is correct, however when we add 2nd day, the total is summing up the 2 days and dividing that into all the entries.

1 day Enhanced table 2 day Enhanced table

fbaligand commented 3 years ago

Well, indeed, that is a known bug. Currently, reference column total with a “split cols” bucket and “computed/hidden cols per split col” checked does not work.

It is quite complex to pre-calculate total when “computed/hidden cols per split col” is checked.

I will try to fix it in a future release.

RalphRoss commented 3 years ago

Thank you for the rapid response. This one bug is impacting 8 different visuals in one dashboard and I have 6 variants of the dashboard. We tried using precalculated indexes to solve the problem, but this was not accurate. Solving this one bug will not only correct the 48 different visuals, but will also allow us to simplify our index strategy. is there any way you can bump this fix up in priority? Thank you for consideration.

fbaligand commented 3 years ago

Hi,

Well, the first way to bump this fix up in priority, is your last comment explanation, where you explain how impacting is this bug for your use.

The second way is to support my work on this plugin: https://github.com/fbaligand/kibana-enhanced-table#donation

RalphRoss commented 3 years ago

Hi Fabien,

Thanks for your response. I use the enhanced tables and TSVB for the majority of my visuals. I have several othe dashboards that I can make for monitoring our supplier performance, once the enhanced table is working properly.

I saw your coffee donation request and provided a contribution for several cups of coffee for you.

Thanks again, Ralph Ross


From: Fabien Baligand notifications@github.com Sent: Saturday, February 27, 2021 5:44:08 AM To: fbaligand/kibana-enhanced-table kibana-enhanced-table@noreply.github.com Cc: Ralph Ross Ralph_Ross@jabil.com; Author author@noreply.github.com Subject: Re: [fbaligand/kibana-enhanced-table] Computed Column Total using Enhanced Table and Split Columns by Date Histogram (#185)

CAUTION: This email was sent from a third party outside of your organization. Please DO NOT click links or open attachments unless you recognize the sender and know the content is safe. If you believe this email is not safe, please forward the email to phishing@jabil.com

Hi,

Well, the first way to bump this fix up in priority, is your last comment explanation, where you explain how impacting is this bug for your use.

The second way is to support my work on this plugin: https://github.com/fbaligand/kibana-enhanced-table#donation

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/fbaligand/kibana-enhanced-table/issues/185#issuecomment-787052568, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASO7CNZBYSRIBR6WZYXPU4DTBDEHRANCNFSM4YHNWCOQ.

RalphRoss commented 3 years ago

Hi Fabien,

Are you able to spend any time to address the bug with the enhanced tables? It would be a big help with the visuals so that people would not need to do manual calculations with the raw data in the tables.

Thank you, Ralph Ross

fbaligand commented 3 years ago

Yes, I will work on the fix. I’m currently working on another open source project (logstash editor) for its next version, and then I will work on enhanced table next version.

RalphRoss commented 3 years ago

Hi Fabien, Hope you are doing well. I am checking back with you to see if you have any plans to work on this bug. Please let me know when you can proceed with a fix. Thank you.

fbaligand commented 3 years ago

Hi,

Well, this fix is on the roadmap, but sorry, I can't give you an estimated date.

fbaligand commented 2 years ago

Great news: Enhanced Table v1.13.0 is out with this issue fixed! Numerous other enhancements are also available.

Check it there: https://github.com/fbaligand/kibana-enhanced-table/releases/tag/v1.13.0